Searched refs:mpc_base (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_mpc.h | 30 #define TO_DCN201_MPC(mpc_base) \ argument 31 container_of(mpc_base, struct dcn201_mpc, base)
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn10/ |
H A D | dcn10_mpc.h | 30 #define TO_DCN10_MPC(mpc_base) \ argument 31 container_of(mpc_base, struct dcn10_mpc, base)
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn401/ |
H A D | dcn401_mpc.h | 31 #define TO_DCN401_MPC(mpc_base) \ argument 32 container_of(mpc_base, struct dcn401_mpc, base)
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn20/ |
H A D | dcn20_mpc.h | 30 #define TO_DCN20_MPC(mpc_base) \ argument 31 container_of(mpc_base, struct dcn20_mpc, base)
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn32/ |
H A D | dcn32_mpc.h | 31 #define TO_DCN32_MPC(mpc_base) \ argument 32 container_of(mpc_base, struct dcn32_mpc, base)
|
/linux/drivers/gpu/drm/amd/display/dc/mpc/dcn30/ |
H A D | dcn30_mpc.h | 32 #define TO_DCN30_MPC(mpc_base) \ argument 33 container_of(mpc_base, struct dcn30_mpc, base)
|