aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-10/+2
2022-09-16Merge tag 'gpio-fixes-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+30
2022-09-16Merge tag 'pinctrl-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 4-22/+105
2022-09-16Merge tag 'drm-fixes-2022-09-16' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 59-908/+655
2022-09-16Merge tag 'drm-intel-fixes-2022-09-15' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 6-40/+22
2022-09-16Merge tag 'drm-misc-fixes-2022-09-15' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 14-34/+38
2022-09-16Merge tag 'amd-drm-fixes-6.0-2022-09-14' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 39-834/+595
2022-09-15parisc: remove obsolete manual allocation aligning in iosapicGravatar Rolf Eike Beer 1-10/+1
2022-09-14drm/amdgpu: make sure to init common IP before gmcGravatar Alex Deucher 1-3/+11
2022-09-14drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaGravatar Alex Deucher 2-22/+5
2022-09-14drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaGravatar Alex Deucher 3-3/+8
2022-09-14pinctrl: ocelot: Fix interrupt controllerGravatar Horatiu Vultur 1-14/+97
2022-09-14gpio: mt7621: Make the irqchip immutableGravatar Sergio Paracuellos 1-6/+15
2022-09-14Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-09-14drm/rockchip: Fix return type of cdn_dp_connector_mode_validGravatar Nathan Huckleberry 1-2/+3
2022-09-13drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageGravatar Nathan Chancellor 1-2/+1
2022-09-13drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Gravatar Nathan Chancellor 1-125/+47
2022-09-13drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Gravatar Nathan Chancellor 1-196/+52
2022-09-13drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()Gravatar Nathan Chancellor 3-133/+78
2022-09-13drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLU...Gravatar Nathan Chancellor 3-259/+140
2022-09-13drm/amd/display: Refactor SubVP calculation to remove FPUGravatar Alvin Lee 1-45/+44
2022-09-13drm/amd/display: Limit user regamma to a valid valueGravatar Yao Wang1 1-0/+4
2022-09-13drm/amd/display: add workaround for subvp cursor corruption for DCN32/321Gravatar Aurabindo Pillai 2-2/+4
2022-09-13drm/amd/display: SW cursor fallback for SubVPGravatar Alvin Lee 4-0/+8
2022-09-13drm/amd/display: Round cursor width up for MALL allocationGravatar Taimur Hassan 2-2/+46
2022-09-13drm/amd/display: Correct dram channel width for dcn314Gravatar Duncan Ma 3-0/+6
2022-09-13drm/amd/display: Relax swizzle checks for video non-RGB formats on DCN314Gravatar Nicholas Kazlauskas 1-3/+1
2022-09-13drm/amd/display: Hook up DCN314 specific dml implementationGravatar Nicholas Kazlauskas 3-1/+14
2022-09-13drm/amd/display: Enable dlg and vba compilation for dcn314Gravatar Rodrigo Siqueira 1-0/+3
2022-09-13drm/amd/display: Fix compilation errors on DCN314Gravatar Rodrigo Siqueira 1-4/+5
2022-09-13drm/amd/display: Fix divide by zero in DMLGravatar Aric Cyr 2-18/+16
2022-09-13drm/amd/display: Fixing DIG FIFO ErrorGravatar Leo Chen 1-2/+1
2022-09-13drm/amd/display: Update MBLK calculation for SubVPGravatar Alvin Lee 2-8/+54
2022-09-13drm/amd/display: Revert "Fallback to SW cursor if SubVP + cursor too big"Gravatar Aurabindo Pillai 1-5/+0
2022-09-13drm/amdgpu: Skip reset error status for psp v13_0_0Gravatar Candice Li 1-1/+2
2022-09-13drm/amdgpu: add HDP remap functionality to nbio 7.7Gravatar Alex Deucher 1-0/+9
2022-09-13drm/amdgpu: change the alignment size of TMR BO to 1MGravatar Yang Wang 2-1/+2
2022-09-13drm/amdgpu: Enable full reset when RAS is supported on gc v11_0_0Gravatar Candice Li 1-0/+1
2022-09-13drm/amdgpu: use dirty framebuffer helperGravatar Hamza Mahfooz 1-0/+2
2022-09-13drm/amdgpu: Don't enable LTR if not supportedGravatar Lijo Lazar 3-3/+24
2022-09-13drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid cardsGravatar Guchun Chen 1-0/+11
2022-09-13gpio: ixp4xx: Make irqchip immutableGravatar Linus Walleij 1-3/+14
2022-09-13parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Gravatar Yang Yingliang 1-0/+1
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 5-30/+46
2022-09-12Revert "drm/i915/display: Re-add check for low voltage sku for max dp source ...Gravatar Ville Syrjälä 1-29/+3
2022-09-12drm/i915/gt: Fix perf limit reasons bit positionsGravatar Ashutosh Dixit 1-8/+8
2022-09-12drm/i915/guc: Cancel GuC engine busyness worker synchronouslyGravatar Umesh Nerlige Ramappa 1-1/+6
2022-09-12drm/i915: Set correct domains values at _i915_vma_move_to_activeGravatar Nirmoy Das 1-1/+2
2022-09-12drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSCGravatar Ankit Nautiyal 3-1/+3
2022-09-11Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-134/+160