Searched refs:dcn20_dsc (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dsc.c | 81 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct() 155 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_state() 171 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_validate_stream() 195 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_set_config() 231 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_enable() 256 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disable() 545 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc_write_to_registers()
|
D | Makefile | 10 DCN20 += dcn20_dsc.o
|
D | dcn20_dsc.h | 32 container_of(dsc, struct dcn20_dsc, base) 542 struct dcn20_dsc { struct 554 void dsc2_construct(struct dcn20_dsc *dsc, argument
|
D | dcn20_resource.c | 1442 struct dcn20_dsc *dsc = in dcn20_dsc_create() 1443 kzalloc(sizeof(struct dcn20_dsc), GFP_ATOMIC); in dcn20_dsc_create() 1456 kfree(container_of(*dsc, struct dcn20_dsc, base)); in dcn20_dsc_destroy()
|
/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 816 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn302_dsc_create()
|
/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 758 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn303_dsc_create()
|
/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1434 struct dcn20_dsc *dsc = in dcn301_dsc_create() 1435 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn301_dsc_create()
|
/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1552 struct dcn20_dsc *dsc = in dcn21_dsc_create() 1553 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn21_dsc_create()
|
/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1533 struct dcn20_dsc *dsc = in dcn31_dsc_create() 1534 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 1409 struct dcn20_dsc *dsc = in dcn30_dsc_create() 1410 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn30_dsc_create()
|