summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-02-24display/amd: decrease message verbosity about watermarks table failureJonathan Gray
2022-02-24drm/i915/ttm: tweak priority hint selectionJonathan Gray
2022-02-24drm/i915: Fix mbus join config lookupJonathan Gray
2022-02-24drm/i915: Fix dbuf slice config lookupJonathan Gray
2022-02-24drm/i915/opregion: check port number bounds for SWSCI display power stateJonathan Gray
2022-02-24drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.Jonathan Gray
2022-02-24drm/amd/pm: correct the sequence of sending gpu reset msgJonathan Gray
2022-02-24drm/atomic: Don't pollute crtc_state->mode_blob with error pointersJonathan Gray
2022-02-24drm/radeon: Fix backlight control on iMac 12,1Jonathan Gray
2022-02-24drm/amdgpu: fix logic inversion in checkJonathan Gray
2022-02-24drm/amd: Only run s3 or s0ix if system is configured properlyJonathan Gray
2022-02-24drm/amd: add support to check whether the system is set to s3Jonathan Gray
2022-02-24drm/amd: Warn users about potential s0ix problemsJonathan Gray
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2022-02-22Make audio(4) event filters MP-safeVisa Hankala
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-21ambigus -> ambiguousJonathan Gray
2022-02-21diviedr -> dividerJonathan Gray
2022-02-21dmammem -> dmamemJonathan Gray
2022-02-21entried -> entriesJonathan Gray
2022-02-21ignorint -> ignoringJonathan Gray
2022-02-21splitted -> split, necesssary -> necessaryJonathan Gray
2022-02-21onbard -> onboardJonathan Gray
2022-02-21receice -> receiveJonathan Gray
2022-02-18Extra whitespace removal. No code change.Mike Larkin
2022-02-17If S4 is not available, use S5 for the ACPI-transitions in hibernate support.Theo de Raadt
2022-02-17drm/amd/pm: fix hwmon node of power1_label create issueJonathan Gray
2022-02-17drm/i915: Populate pipe dbuf slices more accurately during readoutJonathan Gray
2022-02-17drm/i915: Allow !join_mbus cases for adlp+ dbuf configurationJonathan Gray
2022-02-17drm/amdgpu/display: change pipe policy for DCN 2.0Jonathan Gray
2022-02-17drm/amd/display: Correct MPC split policy for DCN301Jonathan Gray
2022-02-17drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayerJonathan Gray
2022-02-17remove unused definesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-16rev 1.4 was wrong to put potential IO operations after _GTS.Theo de Raadt
2022-02-16if the lids indicate we are not supposed to wakeup, return EAGAIN ratherTheo de Raadt
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Currently, wskbd_set_mixervolume() only adjusts the volume of the firstAnton Lindqvist
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15Defer the actual setting of the display brightness to the acpi thread.Mark Kettenis
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15com at acpi like com at isa needs com_active() for suspend/resume support.Claudio Jeker
2022-02-15unifdef __OpenBSD__Jonathan Gray
2022-02-15unifdef OpenBSDJonathan Gray
2022-02-15consistently use __linux__Jonathan Gray
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-15The DVACT_POWERDOWN step was accidentally moved in relation to some MDTheo de Raadt
2022-02-14Make sure we call acpi_resume_cpu() with the right ACPI state. This wasMark Kettenis