index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
simpledrm.c
Age
Commit message (
Expand
)
Author
Files
Lines
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 pa...
Hans de Goede
1
-0
/
+3
2022-02-01
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+17
2022-01-27
drm/simpledrm: Request memory region in driver
Thomas Zimmermann
1
-5
/
+17
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-10
/
+31
2021-12-16
drm/simpledrm: Add [AX]RGB2101010 formats
Hector Martin
1
-2
/
+2
2021-12-13
drm: simpledrm: fix wrong unit with pixel clock
Alejandro Concepcion-Rodriguez
1
-1
/
+1
2021-11-11
drm/simpledrm: Support virtual screen sizes
Thomas Zimmermann
1
-2
/
+7
2021-11-11
drm/simpledrm: Enable FB_DAMAGE_CLIPS property
Thomas Zimmermann
1
-9
/
+19
2021-11-11
drm/format-helper: Streamline blit-helper interface
Thomas Zimmermann
1
-4
/
+10
2021-08-08
drm/simpledrm: Use offset-adjusted shadow-plane mapping
Thomas Zimmermann
1
-2
/
+2
2021-05-27
drm/simpledrm: Use %p4cc to print 4CC format
Thomas Zimmermann
1
-4
/
+2
2021-05-15
drm: simpledrm: fix a potential NULL dereference
Dan Carpenter
1
-2
/
+7
2021-05-13
drm: simpledrm: Fix use after free issues
Colin Ian King
1
-0
/
+2
2021-05-13
drm: simpledrm: print resource info using '%pr'
Randy Dunlap
1
-2
/
+2
2021-05-01
drm/simpledrm: Acquire memory aperture for framebuffer
Thomas Zimmermann
1
-1
/
+24
2021-05-01
drm: Add simpledrm driver
Thomas Zimmermann
1
-0
/
+873