[PATCH 2/6] drm: Rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY

2016-07-12 Thread Daniel Vetter
On Fri, Jun 24, 2016 at 06:15:16PM +0100, Frank Binns wrote: > This brings the minor type name into line with how the actual minor, > using this type, is referenced throughout the rest of drm. > > Signed-off-by: Frank Binns Tiny conflict with latest drm-misc, please rebase (since I'm still halfw

[PATCH 2/6] drm: Rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY

2016-06-24 Thread Frank Binns
This brings the minor type name into line with how the actual minor, using this type, is referenced throughout the rest of drm. Signed-off-by: Frank Binns --- drivers/gpu/drm/drm_drv.c | 16 include/drm/drmP.h| 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-)