Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c491 plane->stride = vgpu_vreg_t(vgpu, SPRSTRIDE(pipe)) & in intel_vgpu_decode_sprite_plane()
Dhandlers.c1991 MMIO_D(SPRSTRIDE(PIPE_A), D_ALL); in init_generic_mmio_info()
2004 MMIO_D(SPRSTRIDE(PIPE_B), D_ALL); in init_generic_mmio_info()
2017 MMIO_D(SPRSTRIDE(PIPE_C), D_ALL); in init_generic_mmio_info()
Dcmd_parser.c1206 info->stride_reg = SPRSTRIDE(info->pipe); in gen8_decode_mi_display_flip()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c737 I915_WRITE_FW(SPRSTRIDE(pipe), fb->pitches[0]); in ivb_update_plane()
Di915_reg.h6371 #define SPRSTRIDE(pipe) _MMIO_PIPE(pipe, _SPRA_STRIDE, _SPRB_STRIDE) macro