summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-06-268-24/+79
|\
| * drm/fb-helper: Fix vt restoreDaniel Vetter2020-06-241-14/+49
| * drm/sun4i: mixer: Call of_dma_configure if there's an IOMMUMaxime Ripard2020-06-231-0/+13
| * drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003Hans de Goede2020-06-231-7/+1
| * drm: panel-orientation-quirks: Add quirk for Asus T101HA panelHans de Goede2020-06-231-0/+6
| * drm/panel-simple: fix connector type for newhaven_nhd_43_480272ef_atxlTomi Valkeinen2020-06-211-0/+1
| * drm/panel-simple: fix connector type for LogicPD Type28 DisplayAdam Ford2020-06-211-0/+1
| * drm: mcde: Fix forgotten user of drm->dev_privateLinus Walleij2020-06-161-1/+1
| * drm: mcde: Fix display initialization problemLinus Walleij2020-06-161-1/+2
| * Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann2020-06-161135-19872/+39762
| |\
| * | drm/ttm: Fix dma_fence refcnt leak when adding move fenceXiyu Yang2020-06-151-1/+3
| * | drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang2020-06-151-0/+2
* | | Merge tag 'amd-drm-fixes-5.8-2020-06-24' of git://people.freedesktop.org/~agd...Dave Airlie2020-06-256-6/+16
|\ \ \
| * | | drm/amd: fix potential memleak in err branchBernard Zhao2020-06-241-0/+1
| * | | drm/amd/display: Fix ineffective setting of max bpc propertyStylon Wang2020-06-241-1/+2
| * | | drm/amd/display: Enable output_bpc property on all outputsStylon Wang2020-06-241-1/+3
| * | | drm/amdgpu: add fw release for sdma v5_0Wenhui Sheng2020-06-241-1/+5
| * | | drm/radeon: fix fb_div check in ni_init_smc_spll_table()Denis Efremov2020-06-241-1/+1
| * | | drm/amdgpu/display: Unlock mutex on errorJohn van der Kamp2020-06-231-2/+4
* | | | Merge tag 'drm/tegra/for-5.8-rc3' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2020-06-254-4/+34
|\ \ \ \
| * | | | drm/tegra: Add zpos property for cursor planesThierry Reding2020-06-161-0/+1
| * | | | gpu: host1x: Detach driver on unregisterThierry Reding2020-06-161-0/+9
| * | | | drm/tegra: hub: Register child devicesThierry Reding2020-06-161-0/+9
| * | | | gpu: host1x: Register child devicesThierry Reding2020-06-161-0/+6
| * | | | drm/tegra: hub: Do not enable orphaned window groupNicolin Chen2020-06-161-2/+6
| * | | | gpu: host1x: Clean up debugfs in error handling pathChristophe JAILLET2020-06-161-2/+3
| | |_|/ | |/| |
* | | | Merge tag 'du-fixes-20200621' of git://linuxtv.org/pinchartl/media into drm-f...Dave Airlie2020-06-251-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | drm: rcar-du: Fix build errorDaniel Gomez2020-06-211-0/+1
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-201-10/+5
|\ \ \ \ | |/ / / |/| | |
| * | | drm: encoder_slave: use new I2C APIWolfram Sang2020-06-191-8/+2
| * | | drm: encoder_slave: fix refcouting error for modulesWolfram Sang2020-06-191-2/+3
| |/ /
* | | Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie2020-06-199-56/+160
|\ \ \
| * | | drm/amdgpu: fix documentation around busy_percentageAlex Deucher2020-06-171-1/+1
| * | | drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher2020-06-171-1/+1
| * | | drm/amdkfd: Use correct major in devcgroup checkLorenz Brun2020-06-171-1/+2
| * | | drm/amd/display: Rework dsc to isolate FPU operationsRodrigo Siqueira2020-06-115-50/+153
| * | | drm/amdgpu: Replace invalid device ID with a valid device IDSandeep Raghuraman2020-06-111-1/+1
| * | | drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Denis Efremov2020-06-101-1/+1
| * | | drm/amd/display: Use kvfree() to free coeff in build_regamma()Denis Efremov2020-06-101-1/+1
* | | | drm/i915/display: Fix the encoder type checkVandita Kulkarni2020-06-161-3/+3
* | | | drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak2020-06-161-0/+1
* | | | drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-20/+22
* | | | drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-10/+14
* | | | drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-33/+41
* | | | drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-61/+59
* | | | drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-163-49/+63
* | | | drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-37/+50
* | | | drm/i915/icl: Disable DIP on MST ports with the transcoder clock still onImre Deak2020-06-162-1/+11
* | | | drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-166-4/+154
* | | | drm/i915/tc: fix the reset of ln0Khaled Almahallawy2020-06-161-1/+1