drm/i915/guc: drop cached copy of 'wq_head'
authorAlex Dai <yu.dai@intel.com>
Tue, 19 Apr 2016 15:08:35 +0000 (16:08 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 20 Apr 2016 13:45:50 +0000 (14:45 +0100)
commita5916e8f5406a48597971071b7cd94b688e72a9c
tree94704dd138a72ca4497317e38b39ad67277a9196
parent0d92a6a4f629c68d5df36c5a84f647312db04e95
drm/i915/guc: drop cached copy of 'wq_head'

Now that we keep the GuC client process descriptor permanently mapped,
we don't really need to keep a local copy of the GuC's work-queue-head.
So we can simplify the code a little by not doing this.

Signed-off-by: Alex Dai <yu.dai@intel.com>
Signed-off-by: Dave Gordon <david.s.gordon@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_guc_submission.c
drivers/gpu/drm/i915/intel_guc.h
This page took 0.027002 seconds and 5 git commands to generate.