Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c664 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-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h62 void (*read_dce_straps)( member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c441 static void read_dce_straps( in read_dce_straps() function
519 .read_dce_straps = read_dce_straps,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c874 static void read_dce_straps( in read_dce_straps() function
935 .read_dce_straps = read_dce_straps,
942 .read_dce_straps = NULL,
/Linux-v5.15/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-v5.15/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c481 static void read_dce_straps( in read_dce_straps() function
642 .read_dce_straps = read_dce_straps,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c469 static void read_dce_straps( in read_dce_straps() function
549 .read_dce_straps = read_dce_straps,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1059 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
1066 .read_dce_straps = read_dce_straps,
1073 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c989 static void read_dce_straps(struct dc_context *ctx, struct resource_straps *straps) in read_dce_straps() function
996 .read_dce_straps = read_dce_straps,
1003 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1127 static void read_dce_straps( in read_dce_straps() function
1223 .read_dce_straps = read_dce_straps,
1230 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c492 static void read_dce_straps( in read_dce_straps() function
577 .read_dce_straps = read_dce_straps,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1538 static void read_dce_straps( in read_dce_straps() function
1732 .read_dce_straps = read_dce_straps,
1739 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1213 static void read_dce_straps( in read_dce_straps() function
1315 .read_dce_straps = read_dce_straps,
1322 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1096 static void read_dce_straps( in read_dce_straps() function
1192 .read_dce_straps = read_dce_straps,
1199 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1353 static void read_dce_straps( in read_dce_straps() function
1417 .read_dce_straps = read_dce_straps,
1424 .read_dce_straps = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c310 if (create_funcs->read_dce_straps) in resource_construct()
311 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()