index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
simpledrm.c
Age
Commit message (
Expand
)
Author
2022-09-16
drm/plane-helper: Add a drm_plane_helper_atomic_check() helper
Javier Martinez Canillas
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
2022-09-12
drm/modes: Add initializer macro DRM_MODE_INIT()
Thomas Zimmermann
2022-09-12
drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()
Thomas Zimmermann
2022-09-12
drm/probe-helper: Add drm_connector_helper_get_modes_fixed()
Thomas Zimmermann
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
2022-08-05
drm/simpledrm: Convert to atomic helpers
Thomas Zimmermann
2022-08-05
drm/simpledrm: Compute framebuffer stride if not set
Thomas Zimmermann
2022-08-05
drm/simpledrm: Remove pdev field from device structure
Thomas Zimmermann
2022-08-05
drm/simpledrm: Inline device-init helpers
Thomas Zimmermann
2022-08-05
drm/simpledrm: Remove mem field from device structure
Thomas Zimmermann
2022-08-05
drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()
Nathan Chancellor
2022-05-03
drm/simpledrm: Use fbdev defaults for shadow buffering
Thomas Zimmermann
2022-02-23
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...
Hans de Goede
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-01-27
drm/simpledrm: Request memory region in driver
Thomas Zimmermann
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-12-16
drm/simpledrm: Add [AX]RGB2101010 formats
Hector Martin
2021-12-13
drm: simpledrm: fix wrong unit with pixel clock
Alejandro Concepcion-Rodriguez
2021-11-11
drm/simpledrm: Support virtual screen sizes
Thomas Zimmermann
2021-11-11
drm/simpledrm: Enable FB_DAMAGE_CLIPS property
Thomas Zimmermann
2021-11-11
drm/format-helper: Streamline blit-helper interface
Thomas Zimmermann
2021-08-08
drm/simpledrm: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
2021-05-27
drm/simpledrm: Use %p4cc to print 4CC format
Thomas Zimmermann
2021-05-15
drm: simpledrm: fix a potential NULL dereference
Dan Carpenter
2021-05-13
drm: simpledrm: Fix use after free issues
Colin Ian King
2021-05-13
drm: simpledrm: print resource info using '%pr'
Randy Dunlap
2021-05-01
drm/simpledrm: Acquire memory aperture for framebuffer
Thomas Zimmermann
2021-05-01
drm: Add simpledrm driver
Thomas Zimmermann