index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
aspeed
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc drivers
Douglas Anderson
2023-09-21
1
-0
/
+7
*
drm/aspeed: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-08
1
-4
/
+2
*
drm/aspeed: Use GEM DMA fbdev emulation
Thomas Zimmermann
2023-03-14
1
-2
/
+2
*
drm/aspeed: Remove unnecessary include statements for drm_crtc_helper.h
Thomas Zimmermann
2023-01-18
3
-3
/
+0
*
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-11-05
1
-1
/
+1
*
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2022-08-03
1
-1
/
+1
*
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
3
-6
/
+6
*
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2022-08-03
1
-2
/
+2
*
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2022-08-03
1
-1
/
+0
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm/aspeed: Add AST2600 chip support
Tommy Haung
2022-03-03
1
-0
/
+9
*
drm/aspeed: Update INTR_STS handling
Tommy Haung
2022-03-03
2
-1
/
+6
*
drm/aspeed: Use drm_module_platform_driver() to register the driver
Javier Martinez Canillas
2022-01-27
1
-1
/
+2
*
Merge v5.16-rc5 into drm-next
Daniel Vetter
2021-12-14
1
-1
/
+1
|
\
|
*
drm/aspeed: Fix vga_pw sysfs output
Joel Stanley
2021-11-19
1
-1
/
+1
*
|
drm: aspeed: select CONFIG_DRM_GEM_CMA_HELPER
Arnd Bergmann
2021-12-06
1
-0
/
+1
*
|
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
2021-11-30
1
-1
/
+0
|
/
*
drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default
Daniel Vetter
2021-06-24
1
-1
/
+0
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-2
/
+2
*
drm: use getter/setter functions
Julia Lawall
2021-02-10
1
-1
/
+1
*
drm/aspeed: Use dt matching for default register values
Joel Stanley
2021-02-10
3
-21
/
+55
*
drm/aspeed: Look up syscon by phandle
Joel Stanley
2021-02-10
1
-3
/
+7
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-1
/
+1
*
drm/aspeed: Fix Kconfig warning & subsequent build errors
Randy Dunlap
2020-10-12
1
-0
/
+1
*
drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-10-09
1
-6
/
+1
*
drm: aspeed: Fix GENMASK misuse
Ondrej Jirman
2020-10-09
1
-1
/
+1
*
drm/aspeed: Add sysfs for output settings
Joel Stanley
2020-10-09
1
-0
/
+71
*
drm/aspeed: Use managed drmm_mode_config_cleanup
Daniel Vetter
2020-09-11
1
-4
/
+11
*
Merge v5.8-rc6 into drm-next
Dave Airlie
2020-07-24
1
-2
/
+1
|
\
|
*
drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_register
Guenter Roeck
2020-07-09
1
-2
/
+1
*
|
drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_
Thomas Zimmermann
2020-06-10
1
-1
/
+1
|
/
*
drm/aspeed: Use devm_drm_dev_alloc
Daniel Vetter
2020-04-28
4
-22
/
+15
*
drm/aspeed: Drop aspeed_gfx->fbdev
Daniel Vetter
2020-04-28
1
-1
/
+0
*
drm/aspeed: gfc_crtc: Make structure aspeed_gfx_funcs constant
Nishka Dasgupta
2019-08-14
1
-1
/
+1
*
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-2
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
drm: aspeed: Clean up Kconfig options
Joel Stanley
2019-04-16
1
-3
/
+3
*
drm: Add ASPEED GFX driver
Joel Stanley
2019-04-04
6
-0
/
+673