Home
last modified time | relevance | path

Searched refs:read_dce_straps (Results 1 – 24 of 24) 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
843 .read_dce_straps = read_dce_straps,
850 .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.c867 static void read_dce_straps( in read_dce_straps() function
927 .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/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/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.c908 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
915 .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.c963 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
970 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1111 static void read_dce_straps( in read_dce_straps() function
1216 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c831 static void read_dce_straps( in read_dce_straps() function
907 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_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/dcn314/
H A Ddcn314_resource.c1237 static void read_dce_straps( in read_dce_straps() function
1425 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1171 static void read_dce_straps( in read_dce_straps() function
1362 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1186 static void read_dce_straps( in read_dce_straps() function
1437 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1179 static void read_dce_straps( in read_dce_straps() function
1366 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1178 static void read_dce_straps( in read_dce_straps() function
1367 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1173 static void read_dce_straps( in read_dce_straps() function
1424 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1107 static void read_dce_straps( in read_dce_straps() function
1354 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1166 static void read_dce_straps( in read_dce_straps() function
1417 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c991 static void read_dce_straps( in read_dce_straps() function
1089 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1011 static void read_dce_straps( in read_dce_straps() function
1075 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1126 static void read_dce_straps( in read_dce_straps() function
1373 .read_dce_straps = read_dce_straps,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c453 if (create_funcs->read_dce_straps) in resource_construct()
454 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()