Re: [PATCH v6 1/9] drm/omap: add sanity plane state check

2021-11-09 Thread Neil Armstrong
On 27/10/2021 10:30, Tomi Valkeinen wrote: > On 27/10/2021 11:29, Tomi Valkeinen wrote: >> On 18/10/2021 17:28, Neil Armstrong wrote: >>> Call drm_atomic_helper_check_plane_state() from the plane >>> atomic_check() callback in order to add plane state sanity >>> checking. >>> >>> It will permit fil

Re: [PATCH v6 1/9] drm/omap: add sanity plane state check

2021-10-27 Thread Tomi Valkeinen
On 27/10/2021 11:29, Tomi Valkeinen wrote: On 18/10/2021 17:28, Neil Armstrong wrote: Call drm_atomic_helper_check_plane_state() from the plane atomic_check() callback in order to add plane state sanity checking. It will permit filtering out totally bad scaling factors, even if the real check a

Re: [PATCH v6 1/9] drm/omap: add sanity plane state check

2021-10-27 Thread Tomi Valkeinen
On 18/10/2021 17:28, Neil Armstrong wrote: Call drm_atomic_helper_check_plane_state() from the plane atomic_check() callback in order to add plane state sanity checking. It will permit filtering out totally bad scaling factors, even if the real check are done later in the atomic commit. I thin