index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-20
drm/ast: cursor: Move implementation to separate source file
Thomas Zimmermann
1
-11
/
+13
2025-02-20
drm/ast: cursor: Move format conversion to shared helper
Thomas Zimmermann
1
-1
/
+3
2025-02-20
drm/ast: cursor: Calculate checksum in helper
Thomas Zimmermann
1
-1
/
+12
2025-02-03
drm/ast: Remove struct ast_vbios_mode_info
Thomas Zimmermann
1
-6
/
+2
2025-02-03
drm/ast: Add helpers for VBIOS mode lookup
Thomas Zimmermann
1
-16
/
+2
2025-02-03
drm/ast: Add support_wuxga flag to struct ast_device
Thomas Zimmermann
1
-0
/
+1
2025-02-03
drm/ast: Add support_fullhd flag to struct ast_device
Thomas Zimmermann
1
-0
/
+1
2025-02-03
drm/ast: Rename support_wide_screen to support_wsxga_p
Thomas Zimmermann
1
-1
/
+1
2025-01-22
drm/ast: Initialize ASTDP in ast_post_gpu()
Thomas Zimmermann
1
-1
/
+1
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-1
/
+0
2024-09-13
drm/ast: Avoid upcasting to struct ast_device
Thomas Zimmermann
1
-1
/
+1
2024-09-13
drm/ast: dp501: Avoid upcasting to struct ast_device
Thomas Zimmermann
1
-2
/
+2
2024-09-13
drm/ast: astdp: Replace power_on helpers
Thomas Zimmermann
1
-3
/
+0
2024-09-11
drm/ast: Remove TX-chip bitmask
Thomas Zimmermann
1
-7
/
+3
2024-08-22
drm/ast: Remove BMC output
Thomas Zimmermann
1
-19
/
+0
2024-08-22
drm/ast: Add struct ast_connector
Thomas Zimmermann
1
-4
/
+20
2024-08-22
drm/ast: Move code for physical outputs into separate files
Thomas Zimmermann
1
-11
/
+6
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-1
/
+2
2024-07-30
drm/ast: astdp: Perform link training during atomic_enable
Thomas Zimmermann
1
-0
/
+1
2024-07-30
drm/ast: astdp: Test firmware status once during probing
Thomas Zimmermann
1
-1
/
+1
2024-07-30
drm/ast: astdp: Wake up during connector status detection
Thomas Zimmermann
1
-0
/
+1
2024-04-02
drm/ast: Move DDC code to ast_ddc.{c,h}
Thomas Zimmermann
1
-12
/
+1
2024-04-02
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
1
-22
/
+2
2024-04-02
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
1
-2
/
+0
2023-11-28
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
1
-3
/
+7
2023-11-28
drm/ast: Add enum ast_config_mode
Thomas Zimmermann
1
-5
/
+8
2023-11-28
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
1
-1
/
+1
2023-11-28
drm/ast: Add I/O helpers without ast device
Thomas Zimmermann
1
-17
/
+56
2023-11-28
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
1
-1
/
+2
2023-11-21
drm/ast: Disconnect BMC if physical connector is connected
Thomas Zimmermann
1
-1
/
+12
2023-10-19
drm/ast: Move register constants to ast_reg.h
Thomas Zimmermann
1
-81
/
+2
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
1
-1
/
+1
2023-10-19
drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W
Thomas Zimmermann
1
-1
/
+1
2023-07-28
drm/ast: report connection status on Display Port.
Jocelyn Falempe
1
-0
/
+2
2023-07-28
drm/ast: Add BMC virtual connector
Jocelyn Falempe
1
-0
/
+4
2023-06-27
drm/ast: Detect AST 2510 model
Thomas Zimmermann
1
-1
/
+1
2023-06-27
drm/ast: Detect AST 1400 model
Thomas Zimmermann
1
-1
/
+1
2023-06-27
drm/ast: Detect AST 1300 model
Thomas Zimmermann
1
-1
/
+1
2023-06-27
drm/ast: Distinguish among chip generations
Thomas Zimmermann
1
-9
/
+47
2023-06-27
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
1
-8
/
+0
2023-06-27
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
1
-1
/
+0
[next]