index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
simpledrm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
drm: Move sysfb drivers into separate subdirectory
Thomas Zimmermann
1
-1072
/
+0
2025-04-07
drm/simpledrm: Remove struct simpledrm_device.nformats
Thomas Zimmermann
1
-1
/
+0
2024-12-09
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-2
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-10-14
drm/simpledrm: Use video aperture helpers
Thomas Zimmermann
1
-3
/
+5
2024-09-26
drm/simpledrm: Run DRM default client setup
Thomas Zimmermann
1
-6
/
+3
2024-05-02
drm/tiny/simpledrm: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-04-15
drm/simpledrm: Add drm_panic support
Jocelyn Falempe
1
-0
/
+16
2023-12-06
drm/simpledrm: Do not include <drm/drm_plane_helper.h>
Thomas Zimmermann
1
-1
/
+0
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2023-11-14
drm/simpledrm: Preallocate format-conversion buffer in atomic_check
Thomas Zimmermann
1
-1
/
+40
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
1
-1
/
+1
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
1
-1
/
+1
2023-10-12
drm/tiny: correctly print `struct resource *` on error
Joey Gouly
1
-1
/
+1
2023-10-12
drm/simpledrm: Fix power domain device link validity check
Thierry Reding
1
-1
/
+1
2023-09-25
drm/simpledrm: Add support for multiple "power-domains"
Janne Grunau
1
-0
/
+105
2023-06-08
drm/tiny: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-28
drm: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-01-31
drm/simpledrm: Allow physical width and height configuration via panel node
Rayyan Ansari
1
-9
/
+22
2023-01-26
drm/simpledrm: Fix an NULL vs IS_ERR() bug
Dan Carpenter
1
-2
/
+2
2023-01-23
drm/simpledrm: Add support for system memory framebuffers
Thierry Reding
1
-24
/
+75
2023-01-23
drm/simpledrm: Use struct iosys_map consistently
Thierry Reding
1
-6
/
+7
2023-01-06
drm/fb-helper: Replace bpp/depth parameter by color mode
Thomas Zimmermann
1
-1
/
+6
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
1
-21
/
+0
2022-11-24
drm/simpledrm: Set preferred depth from format of scanout buffer
Thomas Zimmermann
1
-2
/
+2
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-10-13
drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helper
Javier Martinez Canillas
1
-12
/
+2
2022-10-13
drm/simpledrm: Do not call drm_atomic_add_affected_planes()
Javier Martinez Canillas
1
-8
/
+2
2022-10-08
drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()
Thomas Zimmermann
1
-1
/
+5
2022-09-27
drm/simpledrm: Synchronize access to GEM BOs
Thomas Zimmermann
1
-2
/
+8
2022-09-27
drm/simpledrm: Iterate over damage clips
Thomas Zimmermann
1
-11
/
+13
2022-09-27
drm/simpledrm: Remove !fb check from atomic_update
Thomas Zimmermann
1
-3
/
+0
2022-09-27
drm/simpledrm: Use drm_atomic_get_new_plane_state()
Thomas Zimmermann
1
-4
/
+4
2022-09-27
drm/simpledrm: Compute linestride with drm_format_info_min_pitch()
Thomas Zimmermann
1
-2
/
+5
2022-09-16
drm/plane-helper: Add a drm_plane_helper_atomic_check() helper
Javier Martinez Canillas
1
-24
/
+1
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
1
-42
/
+5
2022-09-12
drm/modes: Add initializer macro DRM_MODE_INIT()
Thomas Zimmermann
1
-14
/
+9
2022-09-12
drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()
Thomas Zimmermann
1
-9
/
+1
2022-09-12
drm/probe-helper: Add drm_connector_helper_get_modes_fixed()
Thomas Zimmermann
1
-17
/
+1
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
1
-4
/
+4
2022-08-05
drm/simpledrm: Convert to atomic helpers
Thomas Zimmermann
1
-105
/
+168
2022-08-05
drm/simpledrm: Compute framebuffer stride if not set
Thomas Zimmermann
1
-0
/
+3
2022-08-05
drm/simpledrm: Remove pdev field from device structure
Thomas Zimmermann
1
-4
/
+2
2022-08-05
drm/simpledrm: Inline device-init helpers
Thomas Zimmermann
1
-163
/
+128
2022-08-05
drm/simpledrm: Remove mem field from device structure
Thomas Zimmermann
1
-2
/
+0
2022-08-05
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Nathan Chancellor
1
-1
/
+1
2022-05-03
drm/simpledrm: Use fbdev defaults for shadow buffering
Thomas Zimmermann
1
-1
/
+0
2022-02-23
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panels
Hans de Goede
1
-0
/
+3
[next]