mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/sun4i: mixer: Remove ccsc cfg for >= DE3
Those engine versions don't need ccsc argument, since CSC units are located on different position and for each layer. Reviewed-by: Chen-Yu Tsai <wens@csie.org> Tested-by: Ryan Walklin <ryan@testtoast.com> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://patch.msgid.link/20251104180942.61538-3-jernej.skrabec@gmail.com Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
parent
4520911eee
commit
f863fff123
|
|
@ -791,7 +791,6 @@ static const struct sun8i_mixer_cfg sun50i_a64_mixer1_cfg = {
|
|||
};
|
||||
|
||||
static const struct sun8i_mixer_cfg sun50i_h6_mixer0_cfg = {
|
||||
.ccsc = CCSC_MIXER0_LAYOUT,
|
||||
.de_type = SUN8I_MIXER_DE3,
|
||||
.mod_rate = 600000000,
|
||||
.scaler_mask = 0xf,
|
||||
|
|
@ -801,7 +800,6 @@ static const struct sun8i_mixer_cfg sun50i_h6_mixer0_cfg = {
|
|||
};
|
||||
|
||||
static const struct sun8i_mixer_cfg sun50i_h616_mixer0_cfg = {
|
||||
.ccsc = CCSC_MIXER0_LAYOUT,
|
||||
.de_type = SUN8I_MIXER_DE33,
|
||||
.mod_rate = 600000000,
|
||||
.scaler_mask = 0xf,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user