Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfb_decoder.c490 plane->stride = vgpu_vreg_t(vgpu, SPRSTRIDE(pipe)) & in intel_vgpu_decode_sprite_plane()
H A Dhandlers.c2067 MMIO_D(SPRSTRIDE(PIPE_A), D_ALL); in init_generic_mmio_info()
2082 MMIO_D(SPRSTRIDE(PIPE_B), D_ALL); in init_generic_mmio_info()
2097 MMIO_D(SPRSTRIDE(PIPE_C), D_ALL); in init_generic_mmio_info()
H A Dcmd_parser.c1255 info->stride_reg = SPRSTRIDE(info->pipe); in gen8_decode_mi_display_flip()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_sprite.c1463 I915_WRITE_FW(SPRSTRIDE(pipe), plane_state->color_plane[0].stride); in ivb_update_plane()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h6617 #define SPRSTRIDE(pipe) _MMIO_PIPE(pipe, _SPRA_STRIDE, _SPRB_STRIDE) macro