Searched refs:dcn20_dsc (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dsc.c | 85 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct() 159 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_state() 177 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_validate_stream() 201 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_set_config() 237 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_enable() 262 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disable() 285 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disconnect() 560 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) 541 struct dcn20_dsc { struct 553 void dsc2_construct(struct dcn20_dsc *dsc, argument
|
D | dcn20_resource.c | 1083 struct dcn20_dsc *dsc = in dcn20_dsc_create() 1084 kzalloc(sizeof(struct dcn20_dsc), GFP_ATOMIC); in dcn20_dsc_create() 1097 kfree(container_of(*dsc, struct dcn20_dsc, base)); in dcn20_dsc_destroy()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 687 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn302_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 631 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn303_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1125 struct dcn20_dsc *dsc = in dcn21_dsc_create() 1126 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn21_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1250 struct dcn20_dsc *dsc = in dcn301_dsc_create() 1251 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn301_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1614 struct dcn20_dsc *dsc = in dcn314_dsc_create() 1615 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn314_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1586 struct dcn20_dsc *dsc = in dcn31_dsc_create() 1587 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1587 struct dcn20_dsc *dsc = in dcn31_dsc_create() 1588 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1558 struct dcn20_dsc *dsc = in dcn321_dsc_create() 1559 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn321_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1588 struct dcn20_dsc *dsc = in dcn31_dsc_create() 1589 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 1280 struct dcn20_dsc *dsc = in dcn30_dsc_create() 1281 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn30_dsc_create()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1573 struct dcn20_dsc *dsc = in dcn32_dsc_create() 1574 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn32_dsc_create()
|