commit | c080363fcdc3015e4cb9b5582afe2cd3aa890630 | [log] [tgz] |
---|---|---|
author | Michal Wajdeczko <michal.wajdeczko@intel.com> | Tue Mar 13 23:19:20 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 15 10:00:03 2018 +0000 |
tree | a222fd65fe678d5968b0c65a2c8911c79051f5c8 | |
parent | fa6f071d54fb3658c7012634b8e4035c8d3a25bc [diff] |
drm/i915: Split GPU commands definitions into separate header We should not mix MMIO with MI_INSTR definitions. v2: sanitize comment, change include order (Chris) Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180313124109.39216-1-michal.wajdeczko@intel.com Link: https://patchwork.freedesktop.org/patch/msgid/20180313231920.6932-1-chris@chris-wilson.co.uk