Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Michel Dänzer
On 2019-07-19 2:37 p.m., Daniel Vetter wrote: > On Fri, Jul 19, 2019 at 1:32 PM Sam Ravnborg wrote: >> On Fri, Jul 19, 2019 at 11:05:44AM +0200, Michel Dänzer wrote: >>> On 2019-07-19 8:07 a.m., Sam Ravnborg wrote: On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: > This is

Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Daniel Vetter
On Fri, Jul 19, 2019 at 1:32 PM Sam Ravnborg wrote: > > Hi Michael. > > On Fri, Jul 19, 2019 at 11:05:44AM +0200, Michel Dänzer wrote: > > On 2019-07-19 8:07 a.m., Sam Ravnborg wrote: > > > On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: > > >> This is some janitorial updates to the

Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Sam Ravnborg
Hi Michael. On Fri, Jul 19, 2019 at 11:05:44AM +0200, Michel Dänzer wrote: > On 2019-07-19 8:07 a.m., Sam Ravnborg wrote: > > On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: > >> This is some janitorial updates to the via driver > >> that is required to get rid of deprecated headers

Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Daniel Vetter
On Fri, Jul 19, 2019 at 11:05:44AM +0200, Michel Dänzer wrote: > On 2019-07-19 8:07 a.m., Sam Ravnborg wrote: > > On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: > >> This is some janitorial updates to the via driver > >> that is required to get rid of deprecated headers > >> in the

Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Michel Dänzer
On 2019-07-19 8:07 a.m., Sam Ravnborg wrote: > On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: >> This is some janitorial updates to the via driver >> that is required to get rid of deprecated headers >> in the drm subsystem. >> >> The first three patches are trivial, where >> the

Re: [PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-19 Thread Sam Ravnborg
On Thu, Jul 18, 2019 at 05:37:31PM +0200, Sam Ravnborg wrote: > This is some janitorial updates to the via driver > that is required to get rid of deprecated headers > in the drm subsystem. > > The first three patches are trivial, where > the dependencies on drmP.h and drm_os_linux are dropped. >

[PATCH/RFT v1 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h

2019-07-18 Thread Sam Ravnborg
This is some janitorial updates to the via driver that is required to get rid of deprecated headers in the drm subsystem. The first three patches are trivial, where the dependencies on drmP.h and drm_os_linux are dropped. The remaining three patches drop use of DRM_WAIT_ON(). They are replaced