Home
last modified time | relevance | path

Searched refs:DSPSTRIDE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c151 u32 stride_reg = vgpu_vreg_t(vgpu, DSPSTRIDE(pipe)) & stride_mask; in intel_vgpu_get_stride()
Dcmd_parser.c1202 info->stride_reg = DSPSTRIDE(info->pipe); in gen8_decode_mi_display_flip()
1268 info->stride_reg = DSPSTRIDE(info->pipe); in skl_decode_mi_display_flip()
Dhandlers.c1964 MMIO_D(DSPSTRIDE(PIPE_A), D_ALL); in init_generic_mmio_info()
1973 MMIO_D(DSPSTRIDE(PIPE_B), D_ALL); in init_generic_mmio_info()
1982 MMIO_D(DSPSTRIDE(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c3352 I915_WRITE_FW(DSPSTRIDE(i9xx_plane), fb->pitches[0]); in i9xx_update_plane()
7777 val = I915_READ(DSPSTRIDE(i9xx_plane)); in i9xx_get_initial_plane_config()
16095 error->plane[i].stride = I915_READ(DSPSTRIDE(i)); in intel_display_capture_error_state()
Di915_reg.h6164 #define DSPSTRIDE(plane) _MMIO_PIPE2(plane, _DSPASTRIDE) macro