/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_renderstate.h | 58 u32 aux_offset; member in struct:intel_renderstate
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_dp_auxch.c | 49 static const u32 aux_offset[] = variable in typeref:typename:const u32[] 109 tmp = RREG32(AUX_CONTROL + aux_offset[instance]); 115 WREG32(AUX_CONTROL + aux_offset[instance], tmp); 118 WREG32(AUX_SW_CONTROL + aux_offset[instance], 120 WREG32(AUX_SW_CONTROL + aux_offset[instance], 126 WREG32(AUX_SW_DATA + aux_offset[instance], 130 WREG32(AUX_SW_DATA + aux_offset[instance], 134 WREG32(AUX_SW_DATA + aux_offset[instance], 138 WREG32(AUX_SW_DATA + aux_offset[instance], 144 WREG32(AUX_SW_DATA + aux_offset[instance] [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display.c | 3744 u32 aux_offset = plane_state->color_plane[ccs_plane].offset; local in function:skl_check_main_ccs_coordinates 3750 while (aux_offset >= main_offset && aux_y <= main_y) { 3756 if (aux_offset == 0) 3761 aux_offset = intel_plane_adjust_aligned_offset(&x, &y, 3764 aux_offset, 3765 aux_offset - 3774 plane_state->color_plane[ccs_plane].offset = aux_offset; 3795 u32 aux_offset = plane_state->color_plane[aux_plane].offset; local in function:skl_check_main_surface 3826 if (offset > aux_offset) 3828 offset, aux_offset & ~(alignment - 1)) 3911 int aux_offset = plane_state->color_plane[ccs_plane].offset; local in function:skl_check_nv12_aux_surface [all...] |