index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
ofdrm.c
Age
Commit message (
Expand
)
Author
2025-04-07
drm: Move sysfb drivers into separate subdirectory
Thomas Zimmermann
2025-04-07
drm/ofdrm: Open-code drm_simple_encoder_init()
Thomas Zimmermann
2025-04-07
drm/ofdrm: Remove struct ofdrm_device.pdev
Thomas Zimmermann
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
2024-10-14
drm/ofdrm: Use video aperture helpers
Thomas Zimmermann
2024-09-26
drm/ofdrm: Use DRM default client setup
Thomas Zimmermann
2024-05-02
drm/tiny/ofdrm: Use fbdev-shmem
Thomas Zimmermann
2023-12-06
drm/ofdrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
2023-11-14
drm/ofdrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
2023-06-08
drm/tiny: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-30
drm: Use of_property_read_bool() for boolean properties
Rob Herring
2023-01-06
drm/fb-helper: Replace bpp/depth parameter by color mode
Thomas Zimmermann
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
2022-11-24
drm/ofdrm: Set preferred depth from format of scanout buffer
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-11-04
drm/ofdrm: Cast error pointers to void __iomem *
Thomas Zimmermann
2022-11-04
drm/ofdrm: Convert PCI IDs to CPU endianness for comparing
Thomas Zimmermann
2022-10-14
drm/ofdrm: Support big-endian scanout buffers
Thomas Zimmermann
2022-10-14
drm/ofdrm: Support color management
Thomas Zimmermann
2022-10-14
drm/ofdrm: Add per-model device function
Thomas Zimmermann
2022-10-14
drm/ofdrm: Add CRTC state
Thomas Zimmermann
2022-10-14
drm/ofdrm: Add ofdrm for Open Firmware framebuffers
Thomas Zimmermann