linux/drivers/gpu/drm/amd/display
Daniel Kolesa fbd7cda0e6 drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal
GFP_KERNEL may and will sleep, and this is being executed in
a non-preemptible context; this will mess things up since it's
called inbetween DC_FP_START/END, and rescheduling will result
in the DC_FP_END later being called in a different context (or
just crashing if any floating point/vector registers/instructions
are used after the call is resumed in a different context).

Signed-off-by: Daniel Kolesa <daniel@octaforge.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-08-10 17:26:52 -04:00
..
amdgpu_dm drm/amd/display: Fix EDID parsing after resume from suspend 2020-08-10 17:26:52 -04:00
dc drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal 2020-08-10 17:26:52 -04:00
dmub drm/amd/display: [FW Promotion] Release 0.0.27 2020-08-04 17:29:28 -04:00
include drm/amd/display: add asics info for SI parts 2020-07-27 16:45:44 -04:00
modules drm/amd/display: Fix LFC multiplier changing erratically 2020-08-10 17:26:52 -04:00
Kconfig drm/amd/display: enable SI support in the Kconfig (v2) 2020-07-28 09:22:57 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO