summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-06 15:45:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-06 17:51:01 +0100
commitb18c1bb48eb5911bf99fbc5bf6509d4ae06feb9d (patch)
tree9879390f0cb3a47a8135dfcece57f312b4522b9d /drivers/gpu/drm/i915/intel_hdmi.c
parente320d40022128845dfff900422ea9fd69f576c98 (diff)
downloadtalos-obmc-linux-b18c1bb48eb5911bf99fbc5bf6509d4ae06feb9d.tar.gz
talos-obmc-linux-b18c1bb48eb5911bf99fbc5bf6509d4ae06feb9d.zip
drm/i915: Remove 64b mmio write vfuncs
We don't have safe 64-bit mmio writes as they are really split into 2x32-bit writes. This tearing is dangerous as the hardware *will* operate on the intermediate value, requiring great care when assigning. (See, for example, i965_write_fence_reg.) As such we don't currently use them and strongly advise not to us them. Go one step further and remove the 64-bit write vfuncs. v2: Add some more details to the comment about why WRITE64 is absent, and why you need to think twice before using READ64. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160906144538.4204-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud