diff options
author | Thomas Zimmermann <[email protected]> | 2023-05-30 17:12:26 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2023-06-01 12:41:40 +0200 |
commit | 4a2262c121130026306a36888f74f0736fc3fb1c (patch) | |
tree | 6ef6bf2362c808b9d81ed18f780d9ab9ee315729 /drivers/net/netdevsim/psample.c | |
parent | c51b36207c04bad501ddd47a3d3fe0dbfd611474 (diff) |
drm/msm: Use regular fbdev I/O helpers
Use the regular fbdev helpers for framebuffer I/O instead of DRM's
helpers. Msm does not use damage handling, so DRM's fbdev helpers
are mere wrappers around the fbdev code.
By using fbdev helpers directly within each DRM fbdev emulation,
we can eventually remove DRM's wrapper functions entirely.
Msm's fbdev emulation has been incomplete as it didn't implement
damage handling. Partilly fix this by implementing damage handling
for write and draw operation. It is still missing for mmaped pages.
v4:
* use initializer macros for struct fb_ops
* partially support damage handling
v2:
* use FB_SYS_HELPERS option
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Cc: Rob Clark <[email protected]>
Cc: Abhinav Kumar <[email protected]>
Cc: Dmitry Baryshkov <[email protected]>
Cc: Sean Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/net/netdevsim/psample.c')
0 files changed, 0 insertions, 0 deletions