summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula6642-102056/+525139
2020-06-24drm/i915/dp_mst: Enable VC payload allocation after transcoder is enabledImre Deak2-5/+11
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie264-2673/+2534
2020-06-23drm/i915/dp_mst: Clear the ACT sent flag during encoder disabling tooImre Deak1-0/+2
2020-06-23drm/i915/dp_mst: Clear only the ACT sent flag from DP_TP_STATUSImre Deak1-1/+1
2020-06-23drm/i915/dp_mst: Move clearing the ACT sent flag closer to its pollingImre Deak1-13/+23
2020-06-23drm/i915/dp_mst: Disable link training fallback on MST linksImre Deak1-7/+20
2020-06-23drm/i915/tgl+: Use the correct DP_TP_* register instances in MST encodersImre Deak1-5/+10
2020-06-22drm/i915/params: switch to device specific parametersJani Nikula30-109/+120
2020-06-21Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-23/+19
2020-06-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-25/+39
2020-06-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-1/+11
2020-06-21Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-38/+8
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+2
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen1-4/+3
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-94/+47
2020-06-20drm/i915/gt: Replace manual kmap_atomic() with pin_map for renderstateChris Wilson1-20/+9
2020-06-20drm/i915/gvt: Drop redundant prepare_write/pin_pagesChris Wilson3-52/+15
2020-06-19drm/i915/gt: Show the culmative runtime as part of the engine infoChris Wilson1-0/+5
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+36
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2020-06-19Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds28-429/+828
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2020-06-19drm/i915/gt: Initialise rps timestampChris Wilson1-2/+2
2020-06-19drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2-2/+2
2020-06-19drm/panfrost: Fix runtime PM imbalance on errorDinghao Liu1-1/+0
2020-06-19drm/panfrost: Fix inbalance of devfreq record_busy/idle()Steven Price1-2/+3
2020-06-19drm/i915/query: Use struct_size() helperGustavo A. R. Silva1-2/+1
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang1-25/+0
2020-06-19video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19drm: encoder_slave: use new I2C APIWolfram Sang1-8/+2
2020-06-19drm: encoder_slave: fix refcouting error for modulesWolfram Sang1-2/+3
2020-06-19Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie9-56/+160
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds5-8/+10
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin1-4/+4
2020-06-18libata: Use per port sync for detachKai-Heng Feng1-6/+5
2020-06-18drm/bridge: ti-sn65dsi86: Check the regmap return value when setting a GPIODouglas Anderson1-0/+3
2020-06-18drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr => ln_polrsDouglas Anderson1-1/+1
2020-06-18drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local arrayDouglas Anderson1-1/+1
2020-06-18drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not CONFIG_OF_GPIODouglas Anderson1-0/+13
2020-06-18drm/panfrost: Reduce the amount of logs on deferred probeKrzysztof Kozlowski1-4/+4
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson6-44/+66
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson8-170/+212
2020-06-18drm/amdgpu: fix documentation around busy_percentageAlex Deucher1-1/+1
2020-06-18drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher1-1/+1
2020-06-18drm/amdkfd: Use correct major in devcgroup checkLorenz Brun1-1/+2
2020-06-18nvdimm/region: always show the 'align' attributeVishal Verma1-12/+2