summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-08-27Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bitpatrick1-2/+4
2020-08-27bring back local #undef DEBUG changes lost in drm 5.7 updatejsg2-0/+8
2020-08-27Reorder the acpi attach process so we look at Processor() CPU nodesjmatthew3-6/+17
2020-08-26Reset the Rx block ack session counter when an iwm/iwx interface disassociatesstsp2-2/+10
2020-08-26Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.kettenis2-2/+17
2020-08-26Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,krw5-13/+10
2020-08-26Revert "drm/amd/display: Improve DisplayPort monitor interop"jsg3-23/+8
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessjsg1-1/+3
2020-08-26drm/amd/display: fix pow() crashing when given base 0jsg1-0/+3
2020-08-26drm/amd/display: Fix DFPstate hang due to view port changedjsg1-2/+2
2020-08-26drm/amd/display: Blank stream before destroying HDCP sessionjsg1-2/+1
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendjsg1-0/+1
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internaljsg1-1/+1
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa9-27/+10
2020-08-25usbd_set_idle() use requires prototype from usbdi_util.hderaadt1-1/+2
2020-08-25enable more of the syncobj codejsg2-30/+37
2020-08-24Enable UHS-I support. No SDR104 support though since it doesn't seem to workkettenis1-2/+16
2020-08-24Implement UHS-I support in the sdmmc(4) midlayer.kettenis4-21/+158
2020-08-23regenkettenis2-2/+7
2020-08-23Add IBM POWER8 host bridge.kettenis1-1/+2
2020-08-23fix unused variable warning gcc4 complains aboutjsg1-0/+2
2020-08-23uhidev(4) does apply the SET_IDLE request to all its child driversmglocker7-9/+22
2020-08-22Don't complain when child nodes don't have a _CRS method. This happens forkettenis1-6/+4
2020-08-22Rework unicast/multicast configuration. Keep note that this only changespatrick2-122/+93
2020-08-22Correct oversize rxq initialization in the classifier.patrick1-1/+8
2020-08-22IPv4 protocol parser init fixup and a few whitespace fixes.patrick1-7/+12
2020-08-22Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.patrick1-19/+19
2020-08-22Use sizeof(variable) instead of using a macro for the length parameter.patrick1-2/+2
2020-08-22Simplify some code by getting rid of an extra variable.patrick1-7/+9
2020-08-22More consistent use of the BIT() macro.patrick1-5/+5
2020-08-22Simplify check for return code.patrick1-5/+2
2020-08-22drm/amd/display: dchubbub p-state warning during surface planes switchjsg1-2/+67
2020-08-22drm/amd/display: Fix dmesg warning from setting abm leveljsg1-0/+23
2020-08-22drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumejsg1-1/+4
2020-08-22drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpijsg1-3/+4
2020-08-22drm: Added orientation quirk for ASUS tablet model T103HAFjsg1-0/+6
2020-08-22drm/amdgpu: fix ordering of psp suspendjsg1-4/+4
2020-08-22drm/dp_mst: Fix the DDC I2C device registration of an MST portjsg1-12/+16
2020-08-22drm/i915/gt: Force the GT reset on shutdownjsg1-0/+5
2020-08-22drm/ttm/nouveau: don't call tt destroy callback on alloc failure.jsg1-3/+0
2020-08-22drm/radeon: fix array out-of-bounds read and write issuesjsg1-1/+1
2020-08-22drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idlejsg1-1/+1
2020-08-22drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanlinejsg1-3/+3
2020-08-22drm/amdgpu: use the unlocked drm_gem_object_putjsg1-1/+1
2020-08-22drm/gem: Fix a leak in drm_gem_objects_lookup()jsg1-2/+2
2020-08-22drm/amd/powerplay: suppress compile error around BUG_ONjsg1-2/+12
2020-08-22drm/amd/powerplay: fix compile error with ARCH=arcjsg1-1/+2
2020-08-22drm/amdgpu/display: properly guard the calls to swSMU functionsjsg1-2/+2
2020-08-22drm/amdgpu/display bail early in dm_pp_get_static_clocksjsg1-0/+2
2020-08-22drm/amd/display: Improve DisplayPort monitor interopjsg3-8/+23