Lines Matching full:blend
297 u32 blend = 0; in drm_blend_to_dpu() local
302 blend |= BIT_DPU_LAY_COMBO_ALPHA; in drm_blend_to_dpu()
304 blend |= BIT_DPU_LAY_MODE_BLEND_NORMAL; in drm_blend_to_dpu()
308 blend |= BIT_DPU_LAY_COMBO_ALPHA; in drm_blend_to_dpu()
310 blend |= BIT_DPU_LAY_MODE_BLEND_PREMULT; in drm_blend_to_dpu()
316 blend |= BIT_DPU_LAY_LAYER_ALPHA; in drm_blend_to_dpu()
320 return blend; in drm_blend_to_dpu()
328 u32 addr, size, offset, pitch, blend, format, rotation; in sprd_dpu_layer() local
370 blend = drm_blend_to_dpu(state); in sprd_dpu_layer()
375 blend | in sprd_dpu_layer()
567 /* create blend mode property */ in sprd_plane_create_properties()