summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Don't re-program planes for DPMS changesNicholas Kazlauskas2019-04-051-1/+2
* drm: rcar-du: add missing of_node_putJulia Lawall2019-04-051-0/+2
* drm/sched: Fix entities with 0 rqs.Bas Nieuwenhuizen2019-04-051-13/+26
* drm/amd/display: Clear stream->mode_changed after commitNicholas Kazlauskas2019-04-051-0/+3
* drm/amd/display: Fix reference counting for struct dc_sink.Mathias Fröhlich2019-04-053-8/+37
* drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macroManasi Navare2019-04-031-1/+1
* drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index checkZhenyu Wang2019-04-031-1/+1
* drm/i915: Mark AML 0x87CA as ULXVille Syrjälä2019-04-031-1/+2
* drm/vkms: fix use-after-free when drm_gem_handle_create() failsEric Biggers2019-04-031-4/+1
* drm/vgem: fix use-after-free when drm_gem_handle_create() failsEric Biggers2019-04-031-5/+1
* drm/rockchip: vop: reset scale mode when win is disabledJonas Karlman2019-04-031-3/+15
* drm/vkms: Fix flush_work() without INIT_WORK().Tetsuo Handa2019-03-271-0/+1
* drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID'sDeepak Rawat2019-03-271-1/+1
* drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann2019-03-271-9/+3
* drm/amdgpu: fix invalid use of change_bitChristian König2019-03-271-1/+1
* drm/amd/display: don't call dm_pp_ function from an fpu blockHarry Wentland2019-03-231-2/+6
* drm/amd/powerplay: correct power reading on fijiEvan Quan2019-03-231-3/+3
* drm/radeon/evergreen_cs: fix missing break in switch statementGustavo A. R. Silva2019-03-231-0/+1
* drm/fb-helper: generic: Fix drm_fbdev_client_restore()Noralf Trønnes2019-03-231-3/+1
* drm: Block fb changes for async plane updatesNicholas Kazlauskas2019-03-191-0/+9
* drm/bochs: Fix the ID mismatch errorAlistair Francis2019-02-281-0/+4
* drm: Block fb changes for async plane updatesNicholas Kazlauskas2019-02-281-0/+9
* Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-02-282-4/+24
|\
| * drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-02-272-4/+24
* | Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-02-2210-13/+40
|\ \ | |/
| * drm/amdgpu: disable bulk moves for nowChristian König2019-02-201-0/+2
| * drm/amd/display: set clocks to 0 on suspend on dce80Bhawanpreet Lakha2019-02-201-3/+16
| * drm/amd/display: fix optimize_bandwidth func pointer for dce80Bhawanpreet Lakha2019-02-202-1/+5
| * drm/amd/display: Fix negative cursor pos programmingNicholas Kazlauskas2019-02-201-2/+2
| * drm/amd/display: Raise dispclk value for dce11Roman Li2019-02-191-3/+8
| * drm/amd/display: Fix MST reboot/poweroff sequenceLeo (Hanghong) Ma2019-02-191-2/+3
| * drm/amdgpu: Update sdma golden setting for vega20shaoyunl2019-02-191-2/+2
| * drm/amdgpu: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtimeAlex Deucher2019-02-191-0/+1
| * gpu: drm: radeon: Set DPM_FLAG_NEVER_SKIP when enabling PM-runtimeRafael J. Wysocki2019-02-191-0/+1
* | drm/i915/fbdev: Actually configure untiled displaysChris Wilson2019-02-201-5/+7
|/
* drm: Use array_size() when creating leaseMatthew Wilcox2019-02-151-1/+2
* Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-02-154-20/+46
|\
| * drm/amdgpu/psp11: TA firmware is optional (v3)Alex Deucher2019-02-132-14/+23
| * drm/amd/display: Expose connector VRR range via debugfsNicholas Kazlauskas2019-02-081-1/+21
| * drm/sched: Always trace the dependencies we wait on, to fix a race.Eric Anholt2019-02-081-5/+2
* | Merge tag 'drm-intel-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-02-1510-178/+208
|\ \
| * | drm/i915/opregion: rvda is relative from opregion base in opregion 2.1+Jani Nikula2019-02-121-3/+21
| * | drm/i915/opregion: fix version checkJani Nikula2019-02-121-2/+12
| * | drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-121-1/+11
| * | drm/i915: Block fbdev HPD processing during suspendLyude Paul2019-02-122-1/+42
| * | drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin2019-02-123-11/+22
| * | drm/i915/cnl: Fix CNL macros for Voltage Swing programmingAditya Swarup2019-02-111-7/+7
| * | drm/i915/icl: combo port vswing programming changes per BSPECClint Taylor2019-02-113-153/+93
* | | Merge tag 'drm-misc-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-157-35/+9
|\ \ \
| * | | drm/vkms: Fix license inconsistentRodrigo Siqueira2019-02-107-35/+9
OpenPOWER on IntegriCloud