index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
2020-04-20
Add Broadcom BCM2711.
Mark Kettenis
2020-04-20
regen
Patrick Wildt
2020-04-20
Add another SanDisk/WD Black NVMe device.
Patrick Wildt
2020-04-20
Increase the completion queue size to prevent overflow. Under reasonably
Jonathan Matthew
2020-04-20
Check if we've reached the end of the current mailbox before writing past
Jonathan Matthew
2020-04-20
Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from early
Jonathan Matthew
2020-04-18
Disable MSI for AMD Hudson2 HDA to fix random lock ups.
Alexandre Ratchov
2020-04-18
drm/dp_mst: Fix clearing payload state on topology disable
Jonathan Gray
2020-04-18
Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
Jonathan Gray
2020-04-17
Fix an incorrect test for root in drm linux compatiblity code.
Sebastian Benoit
2020-04-15
drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()
Jonathan Gray
2020-04-15
drm/amdgpu: fix typo for vcn1 idle check
Jonathan Gray
2020-04-15
drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017
Jonathan Gray
2020-04-14
Fix loop condition in sparc64-specific radeondrm_setcolor()
Jeremie Courreges-Anglas
2020-04-13
Fix a recently introduced iwn(4) problem where the link gets stuck since
Stefan Sperling
2020-04-12
Turn those spinlock and seqlock inline functions to macros
Jeremie Courreges-Anglas
2020-04-09
When I removed CCK fallback from iwm(4) I accidentally left an else-if block
Stefan Sperling
2020-04-09
Fix an automatic Tx rate control issue in iwn(4).
Stefan Sperling
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-06
fix previous: use the correct offset for sq/rq creation, and don't
Jonathan Matthew
2020-04-06
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-04-06
Add a helper function for writing physical addresses for queues into
Jonathan Matthew
2020-04-04
Return ENETRESET on success from mcx_up() so mcx_ioctl() will call
Jonathan Matthew
2020-04-03
Revert "drm/dp_mst: Skip validating ports during destruction, just ref"
Jonathan Gray
2020-04-03
Fix an automatic Tx rate control issue in iwm(4) and iwx(4).
Stefan Sperling
2020-04-02
Remove iwm(4) 11n mode CCK Tx rate fallback.
Stefan Sperling
2020-04-02
iwm's LQ_CMD can work asynchronously from interrupt context.
Stefan Sperling
2020-04-02
Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.
Stefan Sperling
2020-04-02
Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.
Stefan Sperling
2020-03-31
Fix MIMO rates with firmware-based rate scaling in iwm(4).
Stefan Sperling
2020-03-31
When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.
Stefan Sperling
2020-03-31
When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.
Stefan Sperling
2020-03-27
Don't free() part of a struct.
Kenneth R Westerback
2020-03-27
Use correct bit mask to promptly exit rge_set_phy_power() and
Kenneth R Westerback
2020-03-26
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
Jonathan Gray
2020-03-26
drm/amd/display: fix dcc swath size calculations on dcn1
Jonathan Gray
2020-03-26
drm/amd/display: Clear link settings on MST disable connector
Jonathan Gray
2020-03-26
print platform name and gen in early inteldrm attach
Jonathan Gray
2020-03-25
Revert introduction of MSI-X code, deraadt@ reported a regression on i386.
Martin Pieuchot
2020-03-25
Indicate that the case handling data underruns falls through to the case
Jonathan Matthew
2020-03-24
Put MSI-X stuff under !SMALL_KERNEL to reduce the growth for i386 floppy.
Martin Pieuchot
2020-03-23
Make it possible to use em(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-03-23
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-03-21
Simplify some goto'ing that jumps a single line or
Kenneth R Westerback
2020-03-21
drm/amd/display: remove duplicated assignment to grph_obj_type
Jonathan Gray
2020-03-20
pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)
cheloha
2020-03-16
Replace video "framework" with a more generic port/endpoint "framework".
Mark Kettenis
2020-03-15
kthread_park() and kthread_stop() don't need PCATCH the linux API does
Claudio Jeker
2020-03-14
drm/i915: Don't try to use the hardware frame counter with i965gm TV output
Jonathan Gray
2020-03-11
cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)
cheloha
[next]