Lines Matching full:blend
294 u32 blend = 0; in drm_blend_to_dpu() local
299 blend |= BIT_DPU_LAY_COMBO_ALPHA; in drm_blend_to_dpu()
301 blend |= BIT_DPU_LAY_MODE_BLEND_NORMAL; in drm_blend_to_dpu()
305 blend |= BIT_DPU_LAY_COMBO_ALPHA; in drm_blend_to_dpu()
307 blend |= BIT_DPU_LAY_MODE_BLEND_PREMULT; in drm_blend_to_dpu()
313 blend |= BIT_DPU_LAY_LAYER_ALPHA; in drm_blend_to_dpu()
317 return blend; in drm_blend_to_dpu()
325 u32 addr, size, offset, pitch, blend, format, rotation; in sprd_dpu_layer() local
367 blend = drm_blend_to_dpu(state); in sprd_dpu_layer()
372 blend | in sprd_dpu_layer()
564 /* create blend mode property */ in sprd_plane_create_properties()