summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann2019-11-272-1/+38
| | * | | | | | | | | drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann2019-11-272-0/+9
| | * | | | | | | | | drm/mgag200: Extract device type from flagsThomas Zimmermann2019-11-272-1/+8
| * | | | | | | | | | Merge tag 'drm/tegra/for-5.5-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie2019-12-057-30/+104
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/tegra: Run hub cleanup on ->remove()Thierry Reding2019-12-041-0/+3
| | * | | | | | | | | | drm/tegra: sor: Make the +5V HDMI supply optionalThierry Reding2019-12-041-2/+16
| | * | | | | | | | | | drm/tegra: Silence expected errors on IOMMU attachThierry Reding2019-12-043-5/+3
| | * | | | | | | | | | drm/tegra: vic: Export module device tableThierry Reding2019-12-041-2/+3
| | * | | | | | | | | | drm/tegra: sor: Implement system suspend/resumeThierry Reding2019-12-041-5/+19
| | * | | | | | | | | | drm/tegra: Use proper IOVA address for cursor imageThierry Reding2019-12-041-8/+8
| | * | | | | | | | | | drm/tegra: gem: Remove premature import restrictionsThierry Reding2019-12-042-7/+11
| | * | | | | | | | | | drm/tegra: gem: Properly pin imported buffersThierry Reding2019-12-041-0/+43
| | * | | | | | | | | | drm/tegra: hub: Remove bogus connection mutex checkThierry Reding2019-12-041-3/+0
| * | | | | | | | | | | Merge tag 'drm-next-5.5-2019-12-03' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-12-0430-302/+235
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2019-12-032-4/+4
| | * | | | | | | | | | | drm/amdgpu: fix GFX10 missing CSIB set(v3)Monk Liu2019-12-031-28/+5
| | * | | | | | | | | | | drm/amdgpu: should stop GFX ring in hw_finiMonk Liu2019-12-031-1/+1
| | * | | | | | | | | | | drm/amdgpu: do autoload right after MEC loaded for SRIOV VFMonk Liu2019-12-031-2/+2
| | * | | | | | | | | | | drm/amdgpu: skip rlc ucode loading for SRIOV gfx10Monk Liu2019-12-031-39/+41
| | * | | | | | | | | | | drm/amdgpu: fix calltrace during kmd unload(v3)Monk Liu2019-12-035-144/+6
| | * | | | | | | | | | | drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finishXiaojie Yuan2019-12-031-2/+3
| | * | | | | | | | | | | drm/amdgpu: Added ASIC specific checks in gfxhub V1.1 get XGMI infoJohn Clements2019-12-031-2/+17
| | * | | | | | | | | | | drm/amdgpu/powerplay: unify smu send message functionLikun Gao2019-12-0311-67/+21
| | * | | | | | | | | | | drm/amd/display: re-enable wait in pipelock, but add timeoutAlex Deucher2019-12-031-0/+19
| | * | | | | | | | | | | drm/amd/display: Get NV14 specific ip params as neededZhan liu2019-12-031-0/+4
| | * | | | | | | | | | | drm/amd/display: Adding NV14 IP ParametersZhan liu2019-12-031-0/+68
| | * | | | | | | | | | | drm/amd/display: Include num_vmid and num_dsc within NV14's resource capsZhan Liu2019-12-031-0/+2
| | * | | | | | | | | | | drm/amdgpu: use CPU to flush vmhub if sched stoppedMonk Liu2019-12-031-1/+2
| | * | | | | | | | | | | amdgpu: Enable KFD on POWER systemsTimothy Pearson2019-11-261-1/+1
| | * | | | | | | | | | | drm/amdgpu: Optimize KFD page table reservationFelix Kuehling2019-11-261-1/+14
| | * | | | | | | | | | | drm/amdgpu: flag vram lost on baco reset for VI/CIKAlex Deucher2019-11-262-4/+10
| | * | | | | | | | | | | drm/amdgpu: Resolved offchip EEPROM I/O issueJohn Clements2019-11-262-5/+13
| | * | | | | | | | | | | drm/amd/display: add default clocks if not able to fetch themAlex Deucher2019-11-261-1/+2
| * | | | | | | | | | | | Merge tag 'drm-intel-next-fixes-2019-11-28' of git://anongit.freedesktop.org/...Dave Airlie2019-12-0224-93/+354
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson2019-11-271-4/+17
| | * | | | | | | | | | | drm/i915: Default to a more lenient forced preemption timeoutChris Wilson2019-11-271-1/+1
| | * | | | | | | | | | | drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-261-9/+4
| | * | | | | | | | | | | drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-257-3/+108
| | * | | | | | | | | | | drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson2019-11-251-6/+21
| | * | | | | | | | | | | drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson2019-11-251-9/+7
| | * | | | | | | | | | | drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2019-11-252-13/+18
| | * | | | | | | | | | | drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson2019-11-251-7/+40
| | * | | | | | | | | | | drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-253-12/+32
| | * | | | | | | | | | | drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-2511-25/+54
| | * | | | | | | | | | | drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-252-2/+26
| | * | | | | | | | | | | drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-251-1/+1
| | * | | | | | | | | | | drm/i915/query: Align flavour of engine data lookupTvrtko Ursulin2019-11-251-2/+5
| | * | | | | | | | | | | drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-251-5/+24
| | * | | | | | | | | | | drm/i915/ehl: Update voltage level checksMatt Roper2019-11-251-1/+3
| * | | | | | | | | | | | Merge tag 'drm-msm-next-2019-11-05' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2019-12-0237-306/+426
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
OpenPOWER on IntegriCloud