Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c672 static void read_dce_straps( in read_dce_straps() function
838 .read_dce_straps = read_dce_straps,
845 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h63 void (*read_dce_straps)( member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c446 static void read_dce_straps( in read_dce_straps() function
524 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A 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,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c481 static void read_dce_straps( in read_dce_straps() function
642 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_resource.c486 static void read_dce_straps( in read_dce_straps() function
647 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c474 static void read_dce_straps( in read_dce_straps() function
554 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c499 static void read_dce_straps( in read_dce_straps() function
584 .read_dce_straps = read_dce_straps,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1378 static void read_dce_straps( in read_dce_straps() function
1579 .read_dce_straps = read_dce_straps,
1586 .read_dce_straps = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1092 static void read_dce_straps( in read_dce_straps() function
1188 .read_dce_straps = read_dce_straps,
1195 .read_dce_straps = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1351 static void read_dce_straps( in read_dce_straps() function
1415 .read_dce_straps = read_dce_straps,
1422 .read_dce_straps = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c289 if (create_funcs->read_dce_straps) in resource_construct()
290 create_funcs->read_dce_straps(dc->ctx, &straps); in resource_construct()