Home
last modified time | relevance | path

Searched refs:PLANE_SURF (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sprite.c291 I915_WRITE(PLANE_SURF(pipe, plane), surf_addr); in skl_update_plane()
292 POSTING_READ(PLANE_SURF(pipe, plane)); in skl_update_plane()
307 I915_WRITE(PLANE_SURF(pipe, plane), 0); in skl_disable_plane()
308 POSTING_READ(PLANE_SURF(pipe, plane)); in skl_disable_plane()
Dintel_display.c2955 I915_WRITE(PLANE_SURF(pipe, 0), 0); in skylake_update_primary_plane()
3027 I915_WRITE(PLANE_SURF(pipe, 0), surf_addr); in skylake_update_primary_plane()
3029 POSTING_READ(PLANE_SURF(pipe, 0)); in skylake_update_primary_plane()
8044 base = I915_READ(PLANE_SURF(pipe, 0)) & 0xfffff000; in skylake_get_initial_plane_config()
9941 I915_WRITE(PLANE_SURF(pipe, 0), intel_crtc->unpin_work->gtt_offset); in skl_do_mmio_flip()
9942 POSTING_READ(PLANE_SURF(pipe, 0)); in skl_do_mmio_flip()
Dintel_pm.c3153 I915_WRITE(PLANE_SURF(pipe, plane), in skl_wm_flush_pipe()
3154 I915_READ(PLANE_SURF(pipe, plane))); in skl_wm_flush_pipe()
Di915_reg.h4936 #define PLANE_SURF(pipe, plane) \ macro