From: Ville Syrj?l?
The crtc x/y panning coordinates are stored as signed integers
internally. The user provides them as unsigned, so we should check
that the user provided values actually fit in the internal datatypes.
Signed-off-by: Ville Syrj?l?
---
drivers/gpu/drm/drm_crtc.c |4
1
From: Ville Syrjälä
The crtc x/y panning coordinates are stored as signed integers
internally. The user provides them as unsigned, so we should check
that the user provided values actually fit in the internal datatypes.
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/drm_crtc.c |4
1