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

Sam Ravnborg sam at ravnborg.org
Fri Jul 19 06:07:12 UTC 2019


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.
> 
> The remaining three patches drop use of DRM_WAIT_ON().
> They are replaced by wait_event_interruptible_timeout().
> These patches could use a more critical review.

The differences between DRM_WAIT_ON() and
wait_event_interruptible_timeout() are bigger than anticipated.

The conversion I did for drm_vblank.c is bogus thus I expect
the conversion done for via is also bogus.
I will post a v2.

	Sam


More information about the openchrome-devel mailing list