Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dfb_decoder.c494 val = vgpu_vreg_t(vgpu, SPRSIZE(pipe)); in intel_vgpu_decode_sprite_plane()
Dhandlers.c1993 MMIO_D(SPRSIZE(PIPE_A), D_ALL); in init_generic_mmio_info()
2006 MMIO_D(SPRSIZE(PIPE_B), D_ALL); in init_generic_mmio_info()
2019 MMIO_D(SPRSIZE(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sprite.c749 I915_WRITE_FW(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
Di915_reg.h6373 #define SPRSIZE(pipe) _MMIO_PIPE(pipe, _SPRA_SIZE, _SPRB_SIZE) macro