Home
last modified time | relevance | path

Searched refs:cursor_cntl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_drv.h554 uint32_t cursor_cntl; member
Dintel_display.c9961 if (intel_crtc->cursor_cntl != 0 && in i845_update_cursor()
9964 intel_crtc->cursor_cntl != cntl)) { in i845_update_cursor()
9970 intel_crtc->cursor_cntl = 0; in i845_update_cursor()
9983 if (intel_crtc->cursor_cntl != cntl) { in i845_update_cursor()
9986 intel_crtc->cursor_cntl = cntl; in i845_update_cursor()
10023 if (intel_crtc->cursor_cntl != cntl) { in i9xx_update_cursor()
10026 intel_crtc->cursor_cntl = cntl; in i9xx_update_cursor()
13962 intel_crtc->cursor_cntl = ~0; in intel_crtc_init()