Re: [Intel-gfx] [PATCH v2 6/9] drm/i915/uc: Use GuC firmware status helper

2019-05-22 Thread Chris Wilson
Quoting Michal Wajdeczko (2019-05-22 20:32:00) > We already have helper function for checking GuC firmware > load status. Replace existing open-coded checks. > > v2: drop redundant USES_GUC check > > Signed-off-by: Michal Wajdeczko > Cc: Chris Wilson Reviewed-by: Chris Wilson -Chris __

[Intel-gfx] [PATCH v2 6/9] drm/i915/uc: Use GuC firmware status helper

2019-05-22 Thread Michal Wajdeczko
We already have helper function for checking GuC firmware load status. Replace existing open-coded checks. v2: drop redundant USES_GUC check Signed-off-by: Michal Wajdeczko Cc: Chris Wilson --- drivers/gpu/drm/i915/intel_uc.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff