diff options
| author | Daniel Vetter <[email protected]> | 2015-12-04 08:45:43 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2015-12-08 15:07:51 +0000 |
| commit | b516a9efb7af38733ba2308fc7c0f49f034f53bd (patch) | |
| tree | 9daf6e9781dca6a77b540a08c409ecc146aee43f /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
| parent | drm: Polish fbdev helper struct docs (diff) | |
| download | kernel-b516a9efb7af38733ba2308fc7c0f49f034f53bd.tar.gz kernel-b516a9efb7af38733ba2308fc7c0f49f034f53bd.zip | |
drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers
This is only used for kgdb (and previously panic) handlers in
the fbdev emulation, so belongs there.
Note that this means we'll leave behind a forward declaration, but
once all the helper vtables are consolidated (in the next patch) that
will make more sense.
v2: fixup radone/amdgpu.
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Thierry Reding <[email protected]> (v2)
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index a53d756672fe..fdc1be8550da 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h @@ -35,6 +35,7 @@ #include <drm/drm_dp_helper.h> #include <drm/drm_fixed.h> #include <drm/drm_crtc_helper.h> +#include <drm/drm_fb_helper.h> #include <drm/drm_plane_helper.h> #include <linux/i2c.h> #include <linux/i2c-algo-bit.h> |
