summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-183-3/+0
* drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König2023-01-101-0/+2
* drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann2022-12-201-1/+1
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-0/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-2/+0
* drm/ast: Avoid reprogramming primary-plane scanout addressThomas Zimmermann2022-10-161-4/+13
* drm/ast: Convert ast to SHMEMThomas Zimmermann2022-10-166-115/+129
* drm/ast: Style cleanups in plane codeThomas Zimmermann2022-10-161-59/+45
* drm/ast: Rename struct ast_cursor_plane to struct ast_planeThomas Zimmermann2022-10-162-17/+20
* drm/ast: Remove cursor double bufferingThomas Zimmermann2022-10-162-60/+35
* drm/ast: Do not call drm_atomic_add_affected_planes()Thomas Zimmermann2022-10-161-3/+2
* drm/ast: Call drm_atomic_helper_check_plane_state() unconditionallyThomas Zimmermann2022-10-161-20/+15
* drm/ast: Acquire I/O-register lock in atomic_commit_tail functionThomas Zimmermann2022-10-161-18/+16
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-4/+4
* drm/ast: Add Atomic gamma lut support for aspeedJocelyn Falempe2022-10-051-17/+70
* drm/ast: make ast_modeset staticruanjinjie2022-09-261-1/+1
* drm/ast: Fix video broken in some resolutions on ast2600Jammy Huang2022-09-201-2/+8
* drm/ast: Add resolution support for 1152x864@75Jammy Huang2022-09-202-0/+16
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-4/+4
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm/ast: Enable primary plane with CRTCThomas Zimmermann2022-06-271-4/+9
* drm/ast: Fix black screen when getting out of suspendJocelyn Falempe2022-06-271-0/+13
* drm/ast: Fixed the casting issue reported by sparseKuoHsiang Chou2022-06-242-6/+6
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/ast: Support multiple outputsThomas Zimmermann2022-06-086-36/+41
* drm: simplify the return expression of ast_drm_resume()Minghao Chi2022-05-051-6/+1
* drm/ast: Protect concurrent access to I/O registers with lockThomas Zimmermann2022-05-053-3/+50
* drm/ast: Create the driver for ASPEED proprietory Display-PortKuoHsiang Chou2022-05-036-8/+524
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-253-177/+331
|\
| * drm/ast: Move SIL164-based connector code into separate helpersThomas Zimmermann2022-02-082-2/+112
| * drm/ast: Move DP501-based connector code into separate helpersThomas Zimmermann2022-02-082-23/+109
| * drm/ast: Read encoder possible-CRTC mask from drm_crtc_mask()Thomas Zimmermann2022-02-081-1/+1
| * drm/ast: Initialize encoder and connector for VGA in helper functionThomas Zimmermann2022-02-082-28/+42
| * drm/ast: Rename struct ast_connector to struct ast_vga_connectorThomas Zimmermann2022-02-082-28/+27
| * drm/ast: Remove unused value dp501_maxclkThomas Zimmermann2022-02-083-63/+3
| * drm/ast: Remove AST_TX_ITE66121 constantThomas Zimmermann2022-02-081-1/+0
| * drm/ast: Move connector mode_valid function to CRTCThomas Zimmermann2022-02-081-63/+66
| * drm/ast: Fail if connector initialization failsThomas Zimmermann2022-02-081-5/+8
* | Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-112-5/+5
|\ \ | |/ |/|
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-072-5/+5
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-013-17/+8
|\ \ | |/ |/|
| * drm/ast: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-191-16/+2
| * drm/ast: Create threshold values for AST2600KuoHsiang Chou2022-01-191-1/+4
| * drm/ast: Enable the supporting of wide screen on AST2600KuoHsiang Chou2022-01-061-0/+2
* | Revert "drm/ast: Support 1600x900 with 108MHz PCLK"Dave Airlie2022-01-261-2/+0
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-105-143/+168
|\|
| * drm/ast: Move I2C code into separate source fileThomas Zimmermann2021-12-164-129/+156
| * drm/ast: Convert I2C code to managed cleanupThomas Zimmermann2021-12-161-20/+16
| * drm/ast: Handle failed I2C initialization gracefullyThomas Zimmermann2021-12-161-7/+10