diff options
author | 2020-04-17 15:51:07 -0400 | |
---|---|---|
committer | 2020-04-18 07:49:11 +0100 | |
commit | 31a02eb70b8d9e68c848f2543fa8e745073363e2 (patch) | |
tree | 2c8790e6f8858f7ebf79d2dfafa3df84c905935c /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | drm/i915: remove redundant assignment to variable test_result (diff) | |
download | linux-dev-31a02eb70b8d9e68c848f2543fa8e745073363e2.tar.xz linux-dev-31a02eb70b8d9e68c848f2543fa8e745073363e2.zip |
drm/i915: Refactor setting dma info to a common helper
DMA_MASK bit values are different for different generations.
This will become more difficult to manage over time with the open
coded usage of different versions of the device.
Fix by:
disallow setting of dma mask in AGP path (< GEN(5) for i915,
add dma_mask_size to the device info configuration,
updating open code call sequence to the latest interface,
refactoring into a common function for setting the dma segment
and mask info
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
cc: Brian Welty <brian.welty@intel.com>
cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200417195107.68732-1-michael.j.ruhl@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions