Re: implement linux request_firmware() api in drm

2018-01-13 Thread Mark Kettenis
> Date: Fri, 12 Jan 2018 15:05:31 +1100 > From: Jonathan Gray > > Tested on radeon. > > This should cause no change in behaviour on inteldrm systems that require > firmware (ie skylake, kabylake, broxton) until a mountroot hook is > added and firmware installed but I have no way of testing that

implement linux request_firmware() api in drm

2018-01-11 Thread Jonathan Gray
Tested on radeon. This should cause no change in behaviour on inteldrm systems that require firmware (ie skylake, kabylake, broxton) until a mountroot hook is added and firmware installed but I have no way of testing that here. Index: drm_linux.h ==