summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm/i915/vbt: Fix VBT parsing for the PSR sectionDhinakaran Pandiyan2019-07-292-4/+4
| | * | | | drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHVVille Syrjälä2019-07-291-0/+11
| | * | | | drm/i915: Lock the engine while dumping the active requestChris Wilson2019-07-292-9/+8Star
| | * | | | drm/i915/perf: add missing delay for OA muxes configurationLionel Landwerlin2019-07-291-21/+28
| | * | | | drm/i915/perf: ensure we keep a reference on the driverLionel Landwerlin2019-07-291-0/+8
| | * | | | drm/i915/userptr: Acquire the page lock around set_page_dirty()Chris Wilson2019-07-291-1/+9
| | * | | | drm/i915/gtt: Mark the freed page table entries with scratchChris Wilson2019-07-291-0/+2
| | * | | | drm/i915/gtt: Defer the free for alloc error pathsChris Wilson2019-07-291-2/+4
| | * | | | drm/i915: Deal with machines that expose less than three QGV pointsVille Syrjälä2019-07-292-7/+13
| | * | | | drm/i915: Fix memleak in runtime wakeref trackingMika Kuoppala2019-07-291-6/+4Star
| | * | | | drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-0/+13
| | * | | | drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNTLionel Landwerlin2019-07-291-1/+16
| | * | | | drm/i915: fix whitelist selftests with readonly registersLionel Landwerlin2019-07-291-1/+6
| | * | | | drm/i915: Fix various tracepoints for gen2Ville Syrjälä2019-07-292-45/+35Star
| | * | | | drm/i915/perf: fix ICL perf register offsetsLionel Landwerlin2019-07-291-3/+7
| | * | | | drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.Kenneth Graunke2019-07-291-2/+6
| | * | | | drm/i915: Keep rings pinned while the context is activeChris Wilson2019-07-295-28/+53
| | | |/ / | | |/| |
* | | | | Merge tag 'drm-fixes-2019-08-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-0219-116/+215
|\| | | |
| * | | | Merge tag 'msm-fixes-2019_08_01' of https://gitlab.freedesktop.org/drm/msm in...Dave Airlie2019-08-027-8/+64
| |\ \ \ \
| | * | | | drm: msm: Fix add_gpu_componentsJeffrey Hugo2019-08-011-1/+2
| | * | | | drm/msm: Annotate intentional switch statement fall throughsJordan Crouse2019-08-013-0/+4
| | * | | | drm/msm: add support for per-CRTC max_vblank_count on mdp5Brian Masney2019-08-012-2/+16
| | * | | | drm/msm: Use the correct dma_sync calls in msm_gemRob Clark2019-07-311-5/+42
| * | | | | drm/nouveau: Only release VCPI slots on mode changesLyude Paul2019-08-021-1/+1
| * | | | | Merge tag 'drm-fixes-5.3-2019-07-31' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-08-0211-107/+150
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm/amd/powerplay: correct UVD/VCE/VCN power status retrievalEvan Quan2019-07-311-20/+36
| | * | | | drm/amd/powerplay: correct Navi10 VCN powergate control (v2)Evan Quan2019-07-311-18/+10Star
| | * | | | drm/amd/powerplay: support VCN powergate status retrieval for SW SMUEvan Quan2019-07-311-0/+4
| | * | | | drm/amd/powerplay: support VCN powergate status retrieval on RavenEvan Quan2019-07-311-0/+9
| | * | | | drm/amd/powerplay: add new sensor type for VCN powergate statusEvan Quan2019-07-311-0/+1
| | * | | | drm/amdgpu: fix a potential information leaking bugWang Xiayang2019-07-311-1/+1
| | * | | | drm/amdgpu: fix error handling in amdgpu_cs_process_fence_depChristian König2019-07-311-14/+12Star
| | * | | | drm/amd/powerplay: enable SW SMU reset functionalityEvan Quan2019-07-311-7/+9
| | * | | | drm/amd/powerplay: fix null pointer dereference around dpm state relatesEvan Quan2019-07-312-6/+15
| | * | | | drm/amdgpu/powerplay: use proper revision id for naviAlex Deucher2019-07-311-1/+2
| | * | | | drm/amd/powerplay: fix temperature granularity error in smu11Kevin Wang2019-07-311-9/+9
| | * | | | drm/amd/powerplay: add callback function of get_thermal_temperature_rangeKevin Wang2019-07-314-30/+40
| | * | | | drm/amdkfd: Fix byte align on VegaMKent Russell2019-07-311-1/+2
| | |/ / /
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-301-3/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig2019-07-251-5/+6
| * | | | nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig2019-07-251-6/+4Star
| * | | | mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-251-2/+44
| | |_|/ | |/| |
* | | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-2710-5/+12
|\ \ \ \
| * | | | drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-266-4/+5
| * | | | drm/amd/display: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+5
| * | | | drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warningGustavo A. R. Silva2019-07-261-1/+0Star
| * | | | drm/amdgpu/gfx10: Fix missing break in switch statementGustavo A. R. Silva2019-07-261-0/+1
| * | | | drm/amdkfd: Fix missing break in switch statementGustavo A. R. Silva2019-07-261-0/+1
| |/ / /
* | | | Merge tag 'drm-fixes-2019-07-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-2643-159/+443
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-07-2638-152/+437
| |\ \ \ | | |_|/ | |/| |