Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c663 static void read_dce_straps( in read_dce_straps() function
830 .read_dce_straps = read_dce_straps,
837 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h69 void (*read_dce_straps)( member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c835 static void read_dce_straps( in read_dce_straps() function
895 .read_dce_straps = read_dce_straps,
902 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c439 static void read_dce_straps( in read_dce_straps() function
517 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c936 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
943 .read_dce_straps = read_dce_straps,
950 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c864 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
871 .read_dce_straps = read_dce_straps,
878 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1112 static void read_dce_straps( in read_dce_straps() function
1217 .read_dce_straps = read_dce_straps,
1224 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c809 static void read_dce_straps( in read_dce_straps() function
885 .read_dce_straps = read_dce_straps,
892 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c947 static void read_dce_straps( in read_dce_straps() function
1045 .read_dce_straps = read_dce_straps,
1052 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c479 static void read_dce_straps( in read_dce_straps() function
640 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c467 static void read_dce_straps( in read_dce_straps() function
547 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c476 static void read_dce_straps( in read_dce_straps() function
637 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1186 static void read_dce_straps( in read_dce_straps() function
1379 .read_dce_straps = read_dce_straps,
1388 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1156 static void read_dce_straps( in read_dce_straps() function
1350 .read_dce_straps = read_dce_straps,
1359 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1155 static void read_dce_straps( in read_dce_straps() function
1351 .read_dce_straps = read_dce_straps,
1360 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c490 static void read_dce_straps( in read_dce_straps() function
575 .read_dce_straps = read_dce_straps,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1085 static void read_dce_straps( in read_dce_straps() function
1330 .read_dce_straps = read_dce_straps,
1339 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1160 static void read_dce_straps( in read_dce_straps() function
1352 .read_dce_straps = read_dce_straps,
1361 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1099 static void read_dce_straps( in read_dce_straps() function
1344 .read_dce_straps = read_dce_straps,
1353 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c969 static void read_dce_straps( in read_dce_straps() function
1067 .read_dce_straps = read_dce_straps,
1074 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c994 static void read_dce_straps( in read_dce_straps() function
1058 .read_dce_straps = read_dce_straps,
1065 .read_dce_straps = NULL,
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c354 if (create_funcs->read_dce_straps) in resource_construct()
355 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()