diff options
author | Thomas Zimmermann <[email protected]> | 2023-03-13 16:16:10 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2023-03-20 11:19:22 +0100 |
commit | b704eeae319608b48925869121c97c7bc1ea55fd (patch) | |
tree | 7a07389480a0fc62afbc16758cae3df1d18a0da8 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 8f1aaccb04b7cf63135f4e2748226dfa2fb01e3f (diff) |
drm/gma500: Pass fb_info to psb_fbdev_vm_fault()
Instead of the DRM framebuffer, pass the FB info strcuture to the
fbdev page-fault handler psb_fbdev_vm_fault(). The framebuffer is a
high-level data structure and does not belong into fault handling.
The fb_info has all necessary information. Also set fix.smem_start
to the correct value (the beginning of the framebuffer in physical
address space) and streamline the page-fault handler.
v2:
* remove unused struct drm_psb_private.fb_base (Patrik)
Signed-off-by: Thomas Zimmermann <[email protected]>
Acked-by: Patrik Jakobsson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions