Searched refs:dwbc30 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| A D | dcn30_dwb_cm.c | 37 dwbc30->dwbc_regs->reg 40 dwbc30->base.ctx 44 dwbc30->dwbc_shift->field_name, dwbc30->dwbc_mask->field_name 82 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_luta_settings() argument 115 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_lutb_settings() argument 147 struct dcn30_dwbc *dwbc30) in dwb3_get_ogam_current() argument 176 struct dcn30_dwbc *dwbc30, in dwb3_configure_ogam_lut() argument 235 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_lut() argument 288 dwbc30, in dwb3_ogam_set_input_transfer_func() 326 dwbc30->base.ctx, in dwb3_program_gamut_remap() [all …]
|
| A D | dcn30_dwb.c | 34 dwbc30->dwbc_regs->reg 37 dwbc30->base.ctx 41 dwbc30->dwbc_shift->field_name, dwbc30->dwbc_mask->field_name 44 dwbc30->base.ctx->logger 68 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_config_fc() local 243 dwbc30->base.ctx = ctx; in dcn30_dwbc_construct() 245 dwbc30->base.inst = inst; in dcn30_dwbc_construct() 246 dwbc30->base.funcs = &dcn30_dwbc_funcs; in dcn30_dwbc_construct() 248 dwbc30->dwbc_regs = dwbc_regs; in dcn30_dwbc_construct() 249 dwbc30->dwbc_shift = dwbc_shift; in dcn30_dwbc_construct() [all …]
|
| A D | dcn30_resource.c | 1362 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn30_dwbc_create() local 1365 if (!dwbc30) { in dcn30_dwbc_create() 1370 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create() 1376 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
|
| A D | dcn30_dwb.h | 882 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
| A D | dcn301_resource.c | 1210 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn301_dwbc_create() local 1213 if (!dwbc30) { in dcn301_dwbc_create() 1218 dcn30_dwbc_construct(dwbc30, ctx, in dcn301_dwbc_create() 1224 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
| A D | dcn302_resource.c | 848 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn302_dwbc_create() local 850 if (!dwbc30) { in dcn302_dwbc_create() 855 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create() 857 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
| A D | dcn303_resource.c | 790 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn303_dwbc_create() local 792 if (!dwbc30) { in dcn303_dwbc_create() 797 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create() 799 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_resource.c | 1681 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local 1684 if (!dwbc30) { in dcn31_dwbc_create() 1689 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1695 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
Completed in 25 milliseconds