On Tue, Apr 26, 2016 at 07:29:34PM +0200, Daniel Vetter wrote:
It has a DRIVER_MODESET check to sure make it's not creating havoc for drm drivers. Make that clear in the name too.
The pattern is that any extern that starts
if (drm_core_check_feature(MODESET)) return
becomes drm_legacy_ ? With the apparent caveat of KMS_LEGACY_CONTEXT.
v2: Move misplaced hunk, spotted by 0day and Thierry.
Cc: Thierry Reding thierry.reding@gmail.com Signed-off-by: Daniel Vetter daniel.vetter@intel.com
Reviewed-by: Chris Wilson chris@chris-wilson.co.uk -Chris