index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm/ast: Remove struct ast_{vga,sil165}_connector
Thomas Zimmermann
2024-04-02
2
-36
/
+10
*
|
drm/ast: Fail probing if DDC channel could not be initialized
Thomas Zimmermann
2024-04-02
3
-37
/
+24
*
|
drm/ast: Include <linux/of.h> where necessary
Thomas Zimmermann
2024-04-02
2
-0
/
+2
|
/
*
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
1
-1
/
+0
|
\
|
*
drm: remove I2C_CLASS_DDC support
Heiner Kallweit
2024-01-18
1
-1
/
+0
*
|
drm/ast: Move detection code into PCI probe helper
Thomas Zimmermann
2023-11-28
3
-269
/
+274
*
|
drm/ast: Detect ast device type and config mode without ast device
Thomas Zimmermann
2023-11-28
1
-47
/
+59
*
|
drm/ast: Add enum ast_config_mode
Thomas Zimmermann
2023-11-28
1
-5
/
+8
*
|
drm/ast: Partially implement POST without ast device instance
Thomas Zimmermann
2023-11-28
3
-30
/
+47
*
|
drm/ast: Enable MMIO without ast device instance
Thomas Zimmermann
2023-11-28
2
-7
/
+11
*
|
drm/ast: Enable VGA without ast device instance
Thomas Zimmermann
2023-11-28
2
-19
/
+19
*
|
drm/ast: Add I/O helpers without ast device
Thomas Zimmermann
2023-11-28
1
-17
/
+56
*
|
drm/ast: Retrieve I/O-memory ranges without ast device
Thomas Zimmermann
2023-11-28
1
-6
/
+11
*
|
drm/ast: Rework I/O register setup
Thomas Zimmermann
2023-11-28
2
-10
/
+31
*
|
drm/ast: Turn ioregs_lock to modeset_lock
Thomas Zimmermann
2023-11-28
3
-16
/
+17
|
/
*
drm/ast: Disconnect BMC if physical connector is connected
Thomas Zimmermann
2023-11-21
2
-8
/
+67
*
drm/ast: Move register constants to ast_reg.h
Thomas Zimmermann
2023-10-19
2
-81
/
+101
*
drm/ast: Rename AST_IO_MISC_PORT_READ to AST_IO_VGAMR_R
Thomas Zimmermann
2023-10-19
2
-2
/
+2
*
drm/ast: Rename AST_IO_INPUT_STATUS1_READ to AST_IO_VGAIR1_R
Thomas Zimmermann
2023-10-19
2
-4
/
+4
*
drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI
Thomas Zimmermann
2023-10-19
8
-162
/
+162
*
drm/ast: Rename AST_IO_GR_PORT to AST_IO_VGAGRI
Thomas Zimmermann
2023-10-19
2
-2
/
+2
*
drm/ast: Rename AST_IO_DAC_DATA to AST_IO_VGAPDR
Thomas Zimmermann
2023-10-19
2
-4
/
+4
*
drm/ast: Rename AST_IO_DAC_INDEX_WRITE to AST_IO_VGADWR
Thomas Zimmermann
2023-10-19
2
-2
/
+2
*
drm/ast: Rename AST_IO_DAC_INDEX_READ to AST_IO_VGADRR
Thomas Zimmermann
2023-10-19
1
-1
/
+1
*
drm/ast: Rename AST_IO_SEQ_PORT to AST_IO_VGASRI
Thomas Zimmermann
2023-10-19
2
-12
/
+12
*
drm/ast: Rename AST_IO_VGA_ENABLE_PORT to AST_IO_VGAER
Thomas Zimmermann
2023-10-19
2
-3
/
+3
*
drm/ast: Rename AST_IO_MISC_PORT_WRITE to AST_IO_VGAMR_W
Thomas Zimmermann
2023-10-19
3
-4
/
+4
*
drm/ast: Rename AST_IO_AR_PORT_WRITE to AST_IO_VGAARI_W
Thomas Zimmermann
2023-10-19
2
-6
/
+6
*
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-09-21
1
-0
/
+6
*
drm/ast: report connection status on Display Port.
Jocelyn Falempe
2023-07-28
4
-14
/
+66
*
drm/ast: Add BMC virtual connector
Jocelyn Falempe
2023-07-28
2
-0
/
+61
*
drm/ast: Do not enable PCI resources multiple times
Thomas Zimmermann
2023-07-25
1
-21
/
+0
*
drm/ast: Merge config and chip detection
Thomas Zimmermann
2023-06-27
1
-51
/
+57
*
drm/ast: Move widescreen and tx-chip detection into separate helpers
Thomas Zimmermann
2023-06-27
1
-3
/
+15
*
drm/ast: Detect AST 2510 model
Thomas Zimmermann
2023-06-27
2
-5
/
+11
*
drm/ast: Detect AST 1400 model
Thomas Zimmermann
2023-06-27
2
-5
/
+11
*
drm/ast: Detect AST 1300 model
Thomas Zimmermann
2023-06-27
2
-5
/
+12
*
drm/ast: Distinguish among chip generations
Thomas Zimmermann
2023-06-27
5
-57
/
+89
*
drm/ast: Set up release action right after enabling MMIO
Thomas Zimmermann
2023-06-27
1
-19
/
+19
*
drm/ast: Enable and unlock device access early during init
Thomas Zimmermann
2023-06-27
4
-39
/
+30
*
drm/ast: Set PCI config before accessing I/O registers
Thomas Zimmermann
2023-06-27
3
-7
/
+21
*
drm/ast: Remove device POSTing and config from chip detection
Thomas Zimmermann
2023-06-27
1
-27
/
+25
*
drm/ast: Remove dead else branch in POST code
Thomas Zimmermann
2023-06-27
1
-9
/
+3
*
drm/ast: Implement register helpers in ast_drv.h
Thomas Zimmermann
2023-06-27
2
-38
/
+24
*
drm/ast: Remove vga2_clone field
Thomas Zimmermann
2023-06-27
2
-2
/
+0
*
drm/ast: Fix DRAM init on AST2200
Thomas Zimmermann
2023-06-27
1
-1
/
+1
*
drm/ast: Fix modeset failed on DisplayPort
Jammy Huang
2023-06-01
1
-2
/
+13
*
drm/ast: Fix long time waiting on s3/s4 resume
Jammy Huang
2023-05-31
4
-45
/
+29
*
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2023-05-12
9
-203
/
+183
|
\
|
*
drm/ast: Use drm_aperture_remove_conflicting_pci_framebuffers
Daniel Vetter
2023-04-04
1
-15
/
+1
[prev]
[next]