diff options
author | 2020-06-02 23:09:53 +0100 | |
---|---|---|
committer | 2020-06-03 13:53:39 +0100 | |
commit | 5a833995364141a3306e234500800277aea52334 (patch) | |
tree | 977e647976ef4410156cef8aa273b403856b4452 /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | drm/i915/gt: Suppress the error message for GT init failure on error injection (diff) | |
download | wireguard-linux-5a833995364141a3306e234500800277aea52334.tar.xz wireguard-linux-5a833995364141a3306e234500800277aea52334.zip |
drm/i915: Drop i915_request.i915 backpointer
We infrequently use the direct i915 backpointer from the i915_request,
so do we really need to waste the space in the struct for it? 8 bytes
from the most frequently allocated struct vs an 3 bytes and pointer
chasing in using rq->engine->i915?
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Akeem G Abodunrin <akeem.g.abodunrin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200602220953.21178-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions