summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-07-02use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()jsg3-4/+6
2020-07-02drm/amdgpu/display: Unlock mutex on errorjsg1-2/+4
2020-07-02drm/amdgpu: add fw release for sdma v5_0jsg1-1/+5
2020-07-02drm/fb-helper: Fix vt restorejsg1-18/+57
2020-07-02drm/radeon: fix fb_div check in ni_init_smc_spll_table()jsg1-1/+1
2020-07-02drm/amd: fix potential memleak in err branchjsg1-0/+1
2020-07-02drm/amd/display: Enable output_bpc property on all outputsjsg1-1/+3
2020-07-02drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()jsg1-1/+1
2020-07-01disable logical ring contexts on cherryview/braswelljsg1-0/+8
2020-07-01If the adapter card needs to keep track of its own id on the bus, orkrw6-27/+30
2020-06-30use intr_restore() when restoring interruptsjsg1-2/+2
2020-06-30don't warn on entry to drm_fb_helper_set_suspend_unlocked()jsg1-2/+1
2020-06-30When a transfer times out, the TRB should be aborted, too. But stillgerhard1-8/+21
2020-06-30attach on ConnectX-6 Dx, tested by Hrvoje Popovskijmatthew1-1/+2
2020-06-30regenjmatthew2-2/+7
2020-06-30add Mellanox ConnectX-6 Dx, from Hrvoje Popovskijmatthew1-1/+2
2020-06-30adjust functions for new const in drm MI code; ok jsgderaadt3-16/+16
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that arekrw1-12/+7
2020-06-29use time since epoch not time since boot for 'real' interfacesjsg1-5/+11
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()jsg1-2/+0
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingfcambus1-3/+3
2020-06-29remove unused interfaces which were removed from linuxjsg2-12/+1
2020-06-29avoid a NULL deref in xen_intr_barrier()jsg1-7/+3
2020-06-29use attributes for __maybe_unused and __always_inlinejsg1-4/+4
2020-06-29reduce disabled warnings with clangjsg1-4/+0
2020-06-29make pci_device_id var const to avoid discarding const warningjsg1-1/+1
2020-06-29make fbops const to avoid warning about discarding constjsg1-1/+1
2020-06-29remove now unused varjsg2-2/+0
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetjsg5-10/+14
2020-06-28On hotplug event call driver specific fb_set_par if available instead ofjsg1-1/+5
2020-06-28set fb_set_par and have register_framebuffer() do initial modesetjsg2-6/+6
2020-06-28call fb_set_par() function pointer in register_framebuffer() if setjsg1-0/+8
2020-06-27Nuke trailing whitespace.krw21-108/+106
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw41-85/+40
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-15/+11
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-8/+4
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-6/+2
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-7/+2
2020-06-27Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.jsg3-24/+3
2020-06-26MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.patrick1-7/+5
2020-06-26ath(4): fix ATH_TICKS()cheloha1-2/+2
2020-06-26Interprets profile/interval value as a frequency and not a number of ticks.mpi1-3/+3
2020-06-26byteswap vpd data going out to userland.dlg1-2/+7
2020-06-26Add RX refill handling. Each mvpp(4) controller has up to 8 Bufferpatrick1-15/+92
2020-06-26Add TX completion handling. I'm not quite sure, but I think that wepatrick1-8/+39
2020-06-26Since we send packets on the aggregated TX queue instead of the physicalpatrick1-4/+4
2020-06-26drm/i915/tgl: Make Wa_14010229206 permanentjsg1-6/+6
2020-06-26Revert "drm/amd/display: disable dcn20 abm feature for bring up"jsg1-7/+4
2020-06-26drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsjsg2-20/+22
2020-06-26drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsjsg2-61/+59