Skip to content
Snippets Groups Projects
Select Git revision
  • 9ee33dc47772724ff583b060bb37c62b92b2d9c4
  • drm-misc-templates default
  • wip/final/kci-gitlab-lava-v1
  • wip/vignesh/kci-lava-gitlab-runner
  • kci-gitlab-igt-v8
  • kci-gitlab-igt-v4
  • drm-misc-fixes-2024-10-02
  • drm-misc-next-2024-09-26
  • drm-misc-fixes-2024-09-26
  • drm-misc-next-2024-09-20
  • drm-misc-fixes-2024-09-12
  • drm-misc-fixes-2024-09-05
  • drm-misc-next-fixes-2024-09-05
  • drm-misc-fixes-2024-08-29
  • drm-misc-next-2024-08-29
  • drm-misc-next-2024-08-22
  • drm-misc-fixes-2024-08-22
  • drm-misc-next-2024-08-16
  • drm-misc-fixes-2024-08-15
  • drm-misc-next-2024-08-09
  • drm-misc-fixes-2024-08-08
  • drm-misc-next-2024-08-01
  • drm-misc-fixes-2024-08-01
  • drm-misc-next-fixes-2024-07-25
  • drm-misc-next-fixes-2024-07-19
  • drm-misc-next-fixes-2024-07-11
26 results

include

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Zimmermann authored
    Drop the default implementations for file read, write and mmap
    operations. Each fbdev driver must now provide an implementation
    and select any necessary helpers. If no implementation has been
    set, fbdev returns an errno code to user space. The code is the
    same as if the operation had not been set in the file_operations
    struct.
    
    This change makes the fbdev helpers for I/O memory optional. Most
    systems only use system-memory framebuffers via DRM's fbdev emulation.
    
    v2:
    	* warn once if I/O callbacks are missing (Javier)
    
    Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
    Reviewed-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20231127131655.4020-33-tzimmermann@suse.de
    8813e86f
    History
    Name Last commit Last update
    ..