[PATCH 02/10] drm: Use dev->name as fallback for dev->unique

2016-04-26 Thread Daniel Vetter
On Wed, Mar 30, 2016 at 11:43:52AM +0100, Emil Velikov wrote: > On 30 March 2016 at 10:45, Daniel Vetter wrote: > > Lots of arm drivers get this wrong and for most arm boards this is the > > right thing actually. And anyway with most loaders you want to chase > > sysfs links anyway to figure out w

[PATCH 02/10] drm: Use dev->name as fallback for dev->unique

2016-03-30 Thread Daniel Vetter
Lots of arm drivers get this wrong and for most arm boards this is the right thing actually. And anyway with most loaders you want to chase sysfs links anyway to figure out which dri device you want. This will fix dmesg noise for rockchip and sti. Cc: Ilia Mirkin Reported-by: Ilia Mirkin Signed

[PATCH 02/10] drm: Use dev->name as fallback for dev->unique

2016-03-30 Thread Emil Velikov
On 30 March 2016 at 10:45, Daniel Vetter wrote: > Lots of arm drivers get this wrong and for most arm boards this is the > right thing actually. And anyway with most loaders you want to chase > sysfs links anyway to figure out which dri device you want. > > This will fix dmesg noise for rockchip a