Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_drv.h466 uint32_t cursor_cntl; member
Dintel_display.c8677 if (intel_crtc->cursor_cntl != 0 && in i845_update_cursor()
8680 intel_crtc->cursor_cntl != cntl)) { in i845_update_cursor()
8686 intel_crtc->cursor_cntl = 0; in i845_update_cursor()
8699 if (intel_crtc->cursor_cntl != cntl) { in i845_update_cursor()
8702 intel_crtc->cursor_cntl = cntl; in i845_update_cursor()
8740 if (intel_crtc->cursor_cntl != cntl) { in i9xx_update_cursor()
8743 intel_crtc->cursor_cntl = cntl; in i9xx_update_cursor()
12935 intel_crtc->cursor_cntl = ~0; in intel_crtc_init()