]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/uapi/drm/i915_drm.h
drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 6 Nov 2015 19:43:41 +0000 (21:43 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 18 Nov 2015 12:35:16 +0000 (14:35 +0200)
commit8697600b4046f26e497b200aff020f10ae6968ae
treee9002e9eece1e767c08c3a12d8476464a092790b
parent3613cf1d8854e64186edb8514f4f5c5b1a1ef679
drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl

Store the upper dword of the register offset in the whitelist as well.
This would allow it to read register where the two halves aren't sitting
right next to each other, and it'll make it easier to make register
access type safe.

While at it change the register offsets to u32 from u64. Our register
space isn't quite that big, yet :)

v2: Use ldw/udw as the suffixes, and add a note about
    64bit wide split regs (Chris)

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446839021-18599-1-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_uncore.c
include/uapi/drm/i915_drm.h