Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c61 void dsc35_construct(struct dcn20_dsc *dsc, in dsc35_construct()
81 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc35_enable()
111 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable) in dsc35_set_fgcg()
H A Ddcn35_dsc.h50 void dsc35_construct(struct dcn20_dsc *dsc,
57 void dsc35_set_fgcg(struct dcn20_dsc *dsc20, bool enable);
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c63 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct()
145 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_state()
161 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_read_reg_state()
170 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_validate_stream()
194 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_set_config()
229 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_enable()
254 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disable()
273 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_wait_disconnect_pending_clear()
280 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc2_disconnect()
589 struct dcn20_dsc *dsc20 = TO_DCN20_DSC(dsc); in dsc_write_to_registers()
H A Ddcn20_dsc.h32 container_of(dsc, struct dcn20_dsc, base)
561 struct dcn20_dsc { struct
594 void dsc2_construct(struct dcn20_dsc *dsc,
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A DMakefile9 DSC_DCN20 = dcn20_dsc.o
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c674 struct dcn20_dsc *dsc = kzalloc_obj(struct dcn20_dsc); in dcn303_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c713 struct dcn20_dsc *dsc = kzalloc_obj(struct dcn20_dsc); in dcn302_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1118 struct dcn20_dsc *dsc = in dcn21_dsc_create()
1119 kzalloc_obj(struct dcn20_dsc); in dcn21_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1261 struct dcn20_dsc *dsc = in dcn301_dsc_create()
1262 kzalloc_obj(struct dcn20_dsc); in dcn301_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1092 struct dcn20_dsc *dsc = in dcn20_dsc_create()
1093 kzalloc_obj(struct dcn20_dsc); in dcn20_dsc_create()
1106 kfree(container_of(*dsc, struct dcn20_dsc, base)); in dcn20_dsc_destroy()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1590 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1591 kzalloc_obj(struct dcn20_dsc); in dcn31_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1655 struct dcn20_dsc *dsc = in dcn314_dsc_create()
1656 kzalloc_obj(struct dcn20_dsc); in dcn314_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1693 struct dcn20_dsc *dsc = in dcn35_dsc_create()
1694 kzalloc_obj(struct dcn20_dsc); in dcn35_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1706 struct dcn20_dsc *dsc = in dcn35_dsc_create()
1707 kzalloc_obj(struct dcn20_dsc); in dcn35_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1598 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1599 kzalloc_obj(struct dcn20_dsc); in dcn31_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1686 struct dcn20_dsc *dsc = in dcn35_dsc_create()
1687 kzalloc_obj(struct dcn20_dsc); in dcn35_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1597 struct dcn20_dsc *dsc = in dcn31_dsc_create()
1598 kzalloc_obj(struct dcn20_dsc); in dcn31_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1579 struct dcn20_dsc *dsc = in dcn321_dsc_create()
1580 kzalloc_obj(struct dcn20_dsc); in dcn321_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1301 struct dcn20_dsc *dsc = in dcn30_dsc_create()
1302 kzalloc_obj(struct dcn20_dsc); in dcn30_dsc_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1599 struct dcn20_dsc *dsc = in dcn32_dsc_create()
1600 kzalloc_obj(struct dcn20_dsc); in dcn32_dsc_create()