Searched refs:pixel_blend_mode (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c309 u16 pixel_blend_mode = state->pixel_blend_mode; local
316 switch (pixel_blend_mode) {
327 __stringify(pixel_blend_mode),
328 (long)pixel_blend_mode);
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c28 dflow->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE;
H A Dkomeda_plane.c37 dflow->pixel_blend_mode = st->pixel_blend_mode;
H A Dkomeda_pipeline.h285 u8 pixel_blend_mode, layer_alpha; member in struct:komeda_compiz_input_cfg
361 u8 pixel_blend_mode, layer_alpha; member in struct:komeda_data_flow_cfg
H A Dkomeda_pipeline_state.c546 st->en_alpha = dflow->pixel_blend_mode != DRM_MODE_BLEND_PIXEL_NONE;
703 cin->pixel_blend_mode = dflow->pixel_blend_mode;
749 dflow->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE;
853 dflow->pixel_blend_mode = DRM_MODE_BLEND_PIXEL_NONE;
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c153 if (state->state.pixel_blend_mode == DRM_MODE_BLEND_PIXEL_NONE) {
172 cfg.premult = state->state.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h247 __field(uint32_t, pixel_blend_mode)
276 __entry->pixel_blend_mode = state->pixel_blend_mode;
289 "pixel_blend_mode=%u rotation=%u zpos=%u "
302 __entry->alpha, __entry->pixel_blend_mode, __entry->rotation,
H A Damdgpu_dm_plane.c110 if (plane_state->pixel_blend_mode == DRM_MODE_BLEND_PREMULTI ||
111 plane_state->pixel_blend_mode == DRM_MODE_BLEND_COVERAGE) {
132 if (*per_pixel_alpha && plane_state->pixel_blend_mode == DRM_MODE_BLEND_COVERAGE)
/linux-master/include/drm/
H A Ddrm_plane.h132 * @pixel_blend_mode:
137 uint16_t pixel_blend_mode; member in struct:drm_plane_state
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c188 if (state->state.pixel_blend_mode == DRM_MODE_BLEND_PIXEL_NONE) {
252 cfg.premult = state->state.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c775 switch (state->pixel_blend_mode) {
796 switch (state->pixel_blend_mode) {
1397 plane->state->pixel_blend_mode = new_plane_state->pixel_blend_mode;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c501 u16 pixel_alpha = new_plane_state->pixel_blend_mode;
790 u16 pixel_alpha = new_state->pixel_blend_mode;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c342 plane_state->hw.pixel_blend_mode =
343 from_plane_state->uapi.pixel_blend_mode;
H A Dskl_universal_plane.c754 switch (plane_state->hw.pixel_blend_mode) {
762 MISSING_CASE(plane_state->hw.pixel_blend_mode);
772 switch (plane_state->hw.pixel_blend_mode) {
780 MISSING_CASE(plane_state->hw.pixel_blend_mode);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.c103 if (new_state->pixel_blend_mode == DRM_MODE_BLEND_PREMULTI)
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c254 plane_state->pixel_blend_mode = DRM_MODE_BLEND_PREMULTI;
H A Ddrm_atomic_uapi.c526 state->pixel_blend_mode = val;
614 *val = state->pixel_blend_mode;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c333 if (pstate->base.pixel_blend_mode == DRM_MODE_BLEND_PIXEL_NONE ||
337 } else if (pstate->base.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) {
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c304 pstates[i]->base.pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) {
316 pstates[i]->base.pixel_blend_mode == DRM_MODE_BLEND_COVERAGE) {
H A Dmdp5_plane.c88 drm_printf(p, "\tblend_mode=%u\n", pstate->base.pixel_blend_mode);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c338 switch (asyw->state.pixel_blend_mode) {
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c296 switch (state->pixel_blend_mode) {
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos5433_drm_decon.c330 pixel_alpha = state->base.pixel_blend_mode;
H A Dexynos_mixer.c617 pixel_alpha = state->base.pixel_blend_mode;
H A Dexynos_drm_fimd.c673 pixel_alpha = state->base.pixel_blend_mode;

Completed in 494 milliseconds

12