Searched refs:dwb_ogam_lut (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb_cm.c278 struct pwl_params *dwb_ogam_lut = NULL; local
283 dwb_ogam_lut = kzalloc(sizeof(*dwb_ogam_lut), GFP_KERNEL);
285 if (dwb_ogam_lut) {
288 dwb_ogam_lut, false);
292 dwb_ogam_lut);
293 kfree(dwb_ogam_lut);
294 dwb_ogam_lut = NULL;

Completed in 152 milliseconds