mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 21:00:14 +01:00
exynos: fimg2d: fix comment for G2D_COEFF_MODE_GB_COLOR
The coefficient mode enables use of global color, not alpha. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
This commit is contained in:
parent
ba858e06d8
commit
ac9e095847
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ enum e_g2d_coeff_mode {
|
|||
G2D_COEFF_MODE_DST_COLOR,
|
||||
/* Global Alpha : Set by ALPHA_REG(0x618) */
|
||||
G2D_COEFF_MODE_GB_ALPHA,
|
||||
/* Global Alpha : Set by ALPHA_REG(0x618) */
|
||||
/* Global Color : Set by ALPHA_REG(0x618) */
|
||||
G2D_COEFF_MODE_GB_COLOR,
|
||||
/* (1-SRC alpha)/DST Alpha */
|
||||
G2D_COEFF_MODE_DISJOINT_S,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue