diff options
author | Dave Airlie <airlied@redhat.com> | 2022-01-07 06:46:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-01-07 06:46:08 +1000 |
commit | 936a93775b7c4f2293f651f64c4139c82e19a164 (patch) | |
tree | 71416cdfc7e2682aaef6b99e77e32bd24f9d0299 /include | |
parent | c9e6606c7fe92b50a02ce51dda82586ebdf99b48 (diff) | |
parent | b95dc06af3e683d6b7ddbbae178b2b2a21ee8b2b (diff) |
Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.16-2021-12-31:
amdgpu:
- Suspend/resume fix
- Restore runtime pm behavior with efifb
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211231143825.11479-1-alexander.deucher@amd.com
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 6f3db99ab990..3da95842b207 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -610,6 +610,7 @@ extern int remove_conflicting_pci_framebuffers(struct pci_dev *pdev, const char *name); extern int remove_conflicting_framebuffers(struct apertures_struct *a, const char *name, bool primary); +extern bool is_firmware_framebuffer(struct apertures_struct *a); extern int fb_prepare_logo(struct fb_info *fb_info, int rotate); extern int fb_show_logo(struct fb_info *fb_info, int rotate); extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size); |