Re: [Intel-gfx] [PATCH 3/6] drm/i915/gen9: Replaced request_firmware_nowait() by request_firmware().

2015-07-09 Thread Daniel Vetter
On Wed, Jul 08, 2015 at 07:54:44PM +0530, Animesh Manna wrote: > v1: As per review comments from Daniel, replaced async firmware > loading with request_firmware() which will load the dmc firmware and > once firmware is loaded, dc5/dc6 register programming can be done > in the same thread. > > Sign

[Intel-gfx] [PATCH 3/6] drm/i915/gen9: Replaced request_firmware_nowait() by request_firmware().

2015-07-08 Thread Animesh Manna
v1: As per review comments from Daniel, replaced async firmware loading with request_firmware() which will load the dmc firmware and once firmware is loaded, dc5/dc6 register programming can be done in the same thread. Signed-off-by: Animesh Manna --- drivers/gpu/drm/i915/i915_drv.c | 3