| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| H A D | dcn35_dwb.c | 28 dwbc30->dwbc_regs->reg 31 dwbc30->base.ctx 35 ((const struct dcn35_dwbc_shift *)(dwbc30->dwbc_shift))->field_name, \ 36 ((const struct dcn35_dwbc_mask *)(dwbc30->dwbc_mask)) \ 40 dwbc30->base.ctx->logger 42 void dcn35_dwbc_construct(struct dcn30_dwbc *dwbc30, in dcn35_dwbc_construct() argument 49 dcn30_dwbc_construct(dwbc30, ctx, dwbc_regs, in dcn35_dwbc_construct() 54 void dcn35_dwbc_set_fgcg(struct dcn30_dwbc *dwbc30, bool enable) in dcn35_dwbc_set_fgcg() argument
|
| H A D | dcn35_dwb.h | 52 void dcn35_dwbc_construct(struct dcn30_dwbc *dwbc30, 59 void dcn35_dwbc_set_fgcg(struct dcn30_dwbc *dwbc30, bool enable);
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1737 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1740 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1749 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn35_dwbc_create() local 1751 if (!dwbc30) { in dcn35_dwbc_create() 1760 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1766 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1768 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1750 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1753 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1762 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn35_dwbc_create() local 1764 if (!dwbc30) { in dcn35_dwbc_create() 1773 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1779 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1781 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1730 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1733 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1742 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn35_dwbc_create() local 1744 if (!dwbc30) { in dcn35_dwbc_create() 1753 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1759 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1761 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 796 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn303_dwbc_create() local 798 if (!dwbc30) { in dcn303_dwbc_create() 803 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create() 805 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 835 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn302_dwbc_create() local 837 if (!dwbc30) { in dcn302_dwbc_create() 842 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create() 844 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1673 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn31_dwbc_create() local 1675 if (!dwbc30) { in dcn31_dwbc_create() 1680 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1686 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1740 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn31_dwbc_create() local 1742 if (!dwbc30) { in dcn31_dwbc_create() 1747 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1753 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1681 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn31_dwbc_create() local 1683 if (!dwbc30) { in dcn31_dwbc_create() 1688 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1694 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1683 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn31_dwbc_create() local 1685 if (!dwbc30) { in dcn31_dwbc_create() 1690 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1696 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 1655 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn321_dwbc_create() local 1657 if (!dwbc30) { in dcn321_dwbc_create() 1666 dcn30_dwbc_construct(dwbc30, ctx, in dcn321_dwbc_create() 1672 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1382 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn30_dwbc_create() local 1384 if (!dwbc30) { in dcn30_dwbc_create() 1389 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create() 1395 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1681 struct dcn30_dwbc *dwbc30 = kzalloc_obj(struct dcn30_dwbc); in dcn32_dwbc_create() local 1683 if (!dwbc30) { in dcn32_dwbc_create() 1692 dcn30_dwbc_construct(dwbc30, ctx, in dcn32_dwbc_create() 1698 pool->dwbc[i] = &dwbc30->base; in dcn32_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dwb/dcn30/ |
| H A D | dcn30_dwb.h | 877 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
|