Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "drm: don't associate _DRM_DRIVER maps with a master"

This reverts commit 6c51d1cfa0a370b48a157163340190cf5fd2346b, which
apparently causes DRI initialization failures on Radeons.

Reported-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Requested-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

+1 -2
+1 -2
drivers/gpu/drm/drm_bufs.c
··· 371 371 list->user_token = list->hash.key << PAGE_SHIFT; 372 372 mutex_unlock(&dev->struct_mutex); 373 373 374 - if (!(map->flags & _DRM_DRIVER)) 375 - list->master = dev->primary->master; 374 + list->master = dev->primary->master; 376 375 *maplist = list; 377 376 return 0; 378 377 }