Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c488 val = vgpu_vreg_t(vgpu, SPRSIZE(pipe)); in intel_vgpu_decode_sprite_plane()
H A Dhandlers.c2122 MMIO_D(SPRSIZE(PIPE_A), D_ALL); in init_generic_mmio_info()
2137 MMIO_D(SPRSIZE(PIPE_B), D_ALL); in init_generic_mmio_info()
2152 MMIO_D(SPRSIZE(PIPE_C), D_ALL); in init_generic_mmio_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c1488 intel_de_write_fw(dev_priv, SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h6756 #define SPRSIZE(pipe) _MMIO_PIPE(pipe, _SPRA_SIZE, _SPRB_SIZE) macro