Home
last modified time | relevance | path

Searched refs:read_dce_straps (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c674 static void read_dce_straps( in read_dce_straps() function
842 .read_dce_straps = read_dce_straps,
849 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c451 static void read_dce_straps( in read_dce_straps() function
535 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c839 static void read_dce_straps( in read_dce_straps() function
899 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c492 static void read_dce_straps( in read_dce_straps() function
659 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c475 static void read_dce_straps( in read_dce_straps() function
555 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c486 static void read_dce_straps( in read_dce_straps() function
653 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c879 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
886 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c802 static void read_dce_straps( in read_dce_straps() function
878 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c495 static void read_dce_straps( in read_dce_straps() function
580 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c934 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
941 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1079 static void read_dce_straps( in read_dce_straps() function
1184 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c933 static void read_dce_straps( in read_dce_straps() function
1031 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1142 static void read_dce_straps( in read_dce_straps() function
1333 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1208 static void read_dce_straps( in read_dce_straps() function
1396 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1149 static void read_dce_straps( in read_dce_straps() function
1338 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1150 static void read_dce_straps( in read_dce_straps() function
1337 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1143 static void read_dce_straps( in read_dce_straps() function
1394 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1156 static void read_dce_straps( in read_dce_straps() function
1407 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1136 static void read_dce_straps( in read_dce_straps() function
1387 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1077 static void read_dce_straps( in read_dce_straps() function
1324 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1103 static void read_dce_straps( in read_dce_straps() function
1373 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c962 static void read_dce_straps( in read_dce_straps() function
1060 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c982 static void read_dce_straps( in read_dce_straps() function
1046 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1096 static void read_dce_straps( in read_dce_straps() function
1343 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c446 if (create_funcs->read_dce_straps) in resource_construct()
447 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()