mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/rockchip: vop2: Set vpstate->color_key to uint64_t
color_key is passed by atomic_set_property with a uint64_t val. Change-Id: Idc66dc1632f3c00f353d05016aa79f362506fef5 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
@@ -261,7 +261,7 @@ struct vop2_plane_state {
|
||||
int color_space;
|
||||
int global_alpha;
|
||||
int blend_mode;
|
||||
int color_key;
|
||||
uint64_t color_key;
|
||||
void *yrgb_kvaddr;
|
||||
unsigned long offset;
|
||||
int pdaf_data_type;
|
||||
|
||||
Reference in New Issue
Block a user