Re: [Freedreno] [PATCH v4] drm/msm: validate display and event threads

2018-10-11 Thread Sean Paul
On Wed, Oct 10, 2018 at 02:11:16PM -0700, Jeykumar Sankaran wrote: > While creating display and event threads per crtc, validate > them before setting their priorities. > > changes in v2: > - use dev_warn (Abhinav Kumar) > changes in v3: > - fix compilation error > changes in v4: >

[Freedreno] [PATCH v4] drm/msm: validate display and event threads

2018-10-10 Thread Jeykumar Sankaran
While creating display and event threads per crtc, validate them before setting their priorities. changes in v2: - use dev_warn (Abhinav Kumar) changes in v3: - fix compilation error changes in v4: - Remove Change-Id (Sean Paul) - Keep logging within 80 char limit