summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+1
* | drm/ast: potential dereference of null pointerJiasheng Jiang2021-12-141-1/+4
|/
* BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2021-10-281-17/+1
|\
| * Revert "drm/ast: Add detect function support"Kim Phillips2021-10-221-17/+1
* | drm/ast: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-232-19/+10
|/
* drm/ast: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* DRM: ast: Fixed coding style issues of ast_mode.cGregory Williams2021-08-011-11/+20
* drm/ast: Disable fast reset after DRAM initialKuoHsiang Chou2021-07-203-26/+76
* drm/ast: Zero is missing in detect functionAinux.Wang2021-07-201-1/+1
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-2/+1
* drm/ast: Add detect function supportAinux2021-06-151-1/+17
* drm/ast: Remove reference to struct drm_device.pdevThomas Zimmermann2021-04-291-3/+2
* drm/ast: Fixed CVE for DP501KuoHsiang Chou2021-04-273-37/+125
* drm/ast: Fix missing conversions to managed APITakashi Iwai2021-04-261-2/+2
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-13/+10
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+8
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-15/+15
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-2/+6
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-12/+14
* drm/ast: fix memory leak when unload the driverTong Zhang2021-02-221-0/+2
* drm/ast: Move all of the cursor-update functionality to atomic_updateThomas Zimmermann2021-02-171-44/+22
* drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann2021-02-172-10/+12
* drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann2021-02-172-17/+16
* drm/ast: Store cursor BOs in cursor planeThomas Zimmermann2021-02-172-17/+21
* drm/ast: Add cursor-plane data structureThomas Zimmermann2021-02-172-3/+25
* drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann2021-02-174-257/+181