Home
last modified time | relevance | path

Searched refs:dcn20_dsc (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
Ddcn35_dsc.c59 void dsc35_construct(struct dcn20_dsc *dsc, in dsc35_construct()
79 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc35_enable()
109 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable) in dsc35_set_fgcg()
Ddcn35_dsc.h50 void dsc35_construct(struct dcn20_dsc *dsc,
57 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
Ddcn20_dsc.c69 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct()
151 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_state()
169 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_validate_stream()
193 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_set_config()
228 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_enable()
253 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disable()
272 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_wait_disconnect_pending_clear()
279 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disconnect()
587 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc_write_to_registers()
Ddcn20_dsc.h32 container_of(dsc, struct dcn20_dsc, base)
555 struct dcn20_dsc { struct
588 void dsc2_construct(struct dcn20_dsc *dsc,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dsc/
DMakefile9 DSC_DCN20 = dcn20_dsc.o
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/
Ddcn302_resource.c682 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn302_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/
Ddcn303_resource.c644 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn303_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/
Ddcn301_resource.c1229 struct dcn20_dsc *dsc = in dcn301_dsc_create()
1230 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn301_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/
Ddcn21_resource.c1093 struct dcn20_dsc *dsc = in dcn21_dsc_create()
1094 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn21_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c1064 struct dcn20_dsc *dsc = in dcn20_dsc_create()
1065 kzalloc(sizeof(struct dcn20_dsc), GFP_ATOMIC); in dcn20_dsc_create()
1078 kfree(container_of(*dsc, struct dcn20_dsc, base)); in dcn20_dsc_destroy()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/
Ddcn316_resource.c1560 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1561 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/
Ddcn314_resource.c1623 struct dcn20_dsc *dsc = in dcn314_dsc_create()
1624 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn314_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/
Ddcn321_resource.c1546 struct dcn20_dsc *dsc = in dcn321_dsc_create()
1547 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn321_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/
Ddcn351_resource.c1652 struct dcn20_dsc *dsc = in dcn35_dsc_create()
1653 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn35_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/
Ddcn315_resource.c1567 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1568 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/
Ddcn31_resource.c1567 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1568 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/
Ddcn35_resource.c1672 struct dcn20_dsc *dsc = in dcn35_dsc_create()
1673 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn35_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.c1269 struct dcn20_dsc *dsc = in dcn30_dsc_create()
1270 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn30_dsc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.c1564 struct dcn20_dsc *dsc = in dcn32_dsc_create()
1565 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn32_dsc_create()