summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-02-2118-107/+167
|\
| * drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson2020-02-183-23/+21
| * drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson2020-02-184-10/+18
| * drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson2020-02-184-56/+55
| * drm/i915/gt: Protect defer_request() from new waitersChris Wilson2020-02-172-3/+10
| * drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2020-02-172-0/+6
| * drm/i915/dsc: force full modeset whenever DSC is enabled at probeJani Nikula2020-02-171-0/+18
| * drm/i915/ehl: Update port clock voltage level requirementsMatt Roper2020-02-171-1/+3
| * drm/i915: Update drm/i915 bug filing URLJani Nikula2020-02-173-7/+6
| * drm/i915: Initialise basic fence before acquiring seqnoChris Wilson2020-02-171-7/+14
| * drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson2020-02-171-0/+16
* | Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-02-219-21/+40
|\ \
| * | drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon2020-02-122-8/+10
| * | drm/panfrost: Remove set but not used variable 'bo'YueHaibing2020-02-121-5/+1
| * | drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode parametersStephan Gerhold2020-02-121-1/+2
| * | drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold2020-02-123-2/+21
| * | Merge v5.6-rc1 into drm-misc-fixesMaarten Lankhorst2020-02-121465-40295/+76390
| |\ \
| * | | drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error messageGeert Uytterhoeven2020-02-101-1/+2
| * | | drm/bridge: tc358767: fix poll timeoutsTomi Valkeinen2020-02-101-4/+4
* | | | Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2020-02-205-0/+48
|\ \ \ \
| * | | | drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul2020-02-171-0/+2
| * | | | drm/nouveau/gr/tu11x: initial supportBen Skeggs2020-02-172-0/+28
| * | | | drm/nouveau/acr/tu11x: initial supportBen Skeggs2020-02-173-0/+18
* | | | | Merge tag 'drm-msm-fixes-2020-02-16' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2020-02-209-100/+170
|\ \ \ \ \
| * | | | | drm/msm/dpu: fix BGR565 vs RGB565 confusionRob Clark2020-02-131-2/+2
| * | | | | drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P2020-02-131-0/+6
| * | | | | drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2020-02-132-4/+5
| * | | | | drm/msm: Fix a6xx GMU shutdown sequenceJordan Crouse2020-02-112-49/+31
| * | | | | drm/msm/a6xx: Update the GMU bus tables for sc7180Jordan Crouse2020-02-111-25/+60
| * | | | | drm/msm/a6xx: Remove unneeded GBIF unhaltJordan Crouse2020-02-111-12/+0
| * | | | | drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz2020-02-111-1/+1
| * | | | | drm/msm/a6xx: Correct the highestbank configurationAkhil P Oommen2020-02-111-4/+6
| * | | | | msm:disp:dpu1: add UBWC support for display on SC7180Kalyan Thota2020-02-111-1/+57
| * | | | | drm/msm/mdp5: rate limit pp done timeout warningsBrian Masney2020-02-111-2/+2
| | |_|/ / | |/| | |
* | | | | drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher2020-02-191-4/+6
* | | | | drm/amdgpu: add is_raven_kicker judgement for raven1changzhu2020-02-191-2/+9
* | | | | drm/amdgpu/gfx10: disable gfxoff when reading rlc clockAlex Deucher2020-02-141-0/+2
* | | | | drm/amdgpu/gfx9: disable gfxoff when reading rlc clockAlex Deucher2020-02-141-0/+2
* | | | | drm/amdgpu/soc15: fix xclk for ravenAlex Deucher2020-02-141-1/+6
* | | | | drm/amd/powerplay: always refetch the enabled features status on dpm enablementEvan Quan2020-02-141-3/+3
* | | | | drm/amd/display: fix dtm unloadingBhawanpreet Lakha2020-02-141-1/+25
* | | | | drm/amd/display: fix backwards byte order in rx_caps.Bhawanpreet Lakha2020-02-141-2/+2
| |_|_|/ |/| | |
* | | | Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie2020-02-1426-178/+990
|\ \ \ \
| * | | | drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
| * | | | drm/i915/execlists: Reclaim the hanging virtual requestChris Wilson2020-02-122-0/+185
| * | | | drm/i915/execlists: Take a reference while capturing the guilty requestChris Wilson2020-02-122-10/+32
| * | | | drm/i915/execlists: Offline error captureChris Wilson2020-02-121-2/+120
| * | | | drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-02-125-6/+321
| * | | | drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-124-18/+38
| * | | | Merge tag 'gvt-fixes-2020-02-12' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-122-2/+6
| |\ \ \ \