Searched refs:_PIPE (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_intel_reg.h | 1241 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) macro 1282 #define SB_M(pipe) _PIPE(pipe, _SB_M_A, _SB_M_B) 1288 #define SB_N_VCO(pipe) _PIPE(pipe, _SB_N_VCO_A, _SB_N_VCO_B) 1307 #define SB_REF_SFR(pipe) _PIPE(pipe, _SB_REF_A, _SB_REF_B) 1311 #define SB_P(pipe) _PIPE(pipe, _SB_P_A, _SB_P_B) 1481 #define PIPE_GMCH_DATA_M(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_M, _PIPEB_GMCH_DATA_M) 1482 #define PIPE_GMCH_DATA_N(pipe) _PIPE(pipe, _PIPEA_GMCH_DATA_N, _PIPEB_GMCH_DATA_N) 1483 #define PIPE_DP_LINK_M(pipe) _PIPE(pipe, _PIPEA_DP_LINK_M, _PIPEB_DP_LINK_M) 1484 #define PIPE_DP_LINK_N(pipe) _PIPE(pipe, _PIPEA_DP_LINK_N, _PIPEB_DP_LINK_N)
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_reg.h | 228 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) macro 235 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) 7292 _PIPE(pipe, _PLANE_INPUT_CSC_RY_GY_1_A, \ 7295 _PIPE(pipe, _PLANE_INPUT_CSC_RY_GY_2_A, \ 7309 _PIPE(pipe, _PLANE_INPUT_CSC_PREOFF_HI_1_A, \ 7312 _PIPE(pipe, _PLANE_INPUT_CSC_PREOFF_HI_2_A, \ 7325 _PIPE(pipe, _PLANE_INPUT_CSC_POSTOFF_HI_1_A, \ 7328 _PIPE(pipe, _PLANE_INPUT_CSC_POSTOFF_HI_2_A, \ 7347 _PIPE(pipe, _PLANE_STRIDE_1_A, _PLANE_STRIDE_1_B) 7349 _PIPE(pipe, _PLANE_STRIDE_2_A, _PLANE_STRIDE_2_B) [all …]
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | reg.h | 58 #define VGT_SPRSTRIDE(pipe) _PIPE(pipe, _SPRA_STRIDE, _PLANE_STRIDE_2_B)
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | gfx_v9_0.c | 5854 WREG32_FIELD15(GC, 0, CP_ME##me##_PIPE##pipe##_INT_CNTL,\ 5858 WREG32_FIELD15(GC, 0, CP_ME##me##_PIPE##pipe##_INT_CNTL,\
|
Completed in 99 milliseconds