Home
last modified time | relevance | path

Searched refs:configure_crc (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_optc.c154 .configure_crc = optc2_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_optc.c180 .configure_crc = optc2_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c221 .configure_crc = dce110_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c239 .configure_crc = dce60_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_optc.c240 .configure_crc = optc1_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_optc.c278 .configure_crc = optc2_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c314 .configure_crc = optc1_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h280 bool (*configure_crc)(struct timing_generator *tg, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c362 .configure_crc = optc2_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c559 .configure_crc = optc2_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1198 .configure_crc = dce120_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1580 .configure_crc = optc1_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c2240 .configure_crc = dce110_configure_crc,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c632 if (tg->funcs->configure_crc) in dc_stream_configure_crc()
633 return tg->funcs->configure_crc(tg, &param); in dc_stream_configure_crc()