summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-031-9/+13
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021011-18134/+36059
|\
| * Merge tag 'amd-drm-next-5.8-2020-05-27' of git://people.freedesktop.org/~agd5...Dave Airlie2020-05-2865-535/+780
| |\
| | * drm/amd/display: Fix potential integer wraparound resulting in a hangAric Cyr2020-05-271-0/+2
| | * drm/amd/display: drop cursor position check in atomic testSimon Ser2020-05-271-7/+0
| | * drm/amdgpu: fix device attribute node create failed with multi gpuKevin Wang2020-05-263-41/+58
| | * drm/amdgpu: Sync with VM root BO when switching VM to CPU update modeFelix Kuehling2020-05-221-2/+9
| | * drm/amd/display: Handle GPU reset for DC blockBhawanpreet Lakha2020-05-222-1/+182
| | * drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-2215-31/+48
| | * drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and ravenchen gong2020-05-221-0/+9
| | * drm/amdgpu: fix pm sysfs node handling (v2)Alex Deucher2020-05-221-4/+4
| | * drm/amdgpu: move gpu_info parsing after common early initAlex Deucher2020-05-221-4/+4
| | * drm/amdgpu: move discovery gfx config fetchingAlex Deucher2020-05-221-4/+3
| | * drm/amdgpu: resize VRAM BAR for CPU access on gfx10Alan Swanson2020-05-211-4/+10
| | * drm/amdgpu: drop navi pcie bw callbackAlex Deucher2020-05-211-8/+0
| | * drm/amdgpu: improve error handling in pcie_bwAlex Deucher2020-05-211-1/+7
| | * drm/amdkfd: fix restore worker race conditionPhilip Yang2020-05-211-3/+3
| | * drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handlingDan Carpenter2020-05-211-2/+1
| | * drm/amdgpu/smu10: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-212-5/+3
| | * drm/amd/display: Set/Reset avmute when disable/enable streamJinze Xu2020-05-211-0/+8
| | * drm/amd/display: Fix incorrectly pruned modes with deep colorStylon Wang2020-05-211-38/+64
| | * drm/amd/display: correct rn NUM_VMIDDmytro Laktyushkin2020-05-214-9/+9
| | * drm/amd/display: Avoid pipe split when plane is too smallNicholas Kazlauskas2020-05-212-2/+33
| | * drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas2020-05-216-1/+81
| | * drm/amd/display: DP training to set properly SCRAMBLING_DISABLEVladimir Stempen2020-05-211-0/+27
| | * drm/amd/display: Remove dml_common_def fileRodrigo Siqueira2020-05-2111-94/+18
| | * drm/amd/display: fix and simplify pipe split logicDmytro Laktyushkin2020-05-214-91/+94
| | * drm/amd/display: Minimize DSC resource re-assignmentNikola Cornij2020-05-213-10/+23
| | * drm/amdgpu: add condition to set MP1 state on gpu resetLikun Gao2020-05-211-1/+2
| | * drm/amdkfd: report the real PCI bus numberEvan Quan2020-05-211-1/+1
| | * drm/amdgpu fix incorrect sysfs remove behavior for xgmiJack Zhang2020-05-211-7/+16
| | * drm/amd/powerplay: unify the prompts on thermal interruptsEvan Quan2020-05-212-47/+17
| | * drm/amd/display: Enable fp16 also on DCE-11.0 - DCE-12. (v2)Mario Kleiner2020-05-212-2/+2
| | * drm/amd/display: Expose support for xBGR ordered fp16 formats.Mario Kleiner2020-05-211-0/+6
| | * drm/amdgpu/vcn2.5: Remove old DPG workaroundJames Zhu2020-05-211-9/+0
| | * drm/amdgpu/jpeg2.5: Remove JPEG_ENC_MASK from clock ungatingJames Zhu2020-05-211-1/+0
| | * drm/amdgpu: resolve ras recovery vs smi race conditionJohn Clements2020-05-211-0/+6
| | * drm/amdkfd: Fix boolreturn.cocci warningsAishwarya Ramakrishnan2020-05-211-2/+2
| | * drm/amd/display: Respect PP_STUTTER_MODE but don't override DC_DISABLE_STUTTERHarry Wentland2020-05-211-3/+3
| | * drm/amd/display: Fix disable_stutter debug optionHarry Wentland2020-05-212-2/+2
| | * drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland2020-05-214-0/+30
| | * drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attributeKevin Wang2020-05-211-105/+0
| * | Merge tag 'drm-misc-next-fixes-2020-05-27' of git://anongit.freedesktop.org/d...Dave Airlie2020-05-282-2/+3
| |\ \
| | * | drm/vblank: Fix -Wformat compile warnings on some archesLyude Paul2020-05-221-2/+2
| | * | drm/dp: Lenovo X13 Yoga OLED panel brightness fixMark Pearson2020-05-201-0/+1
| * | | drm/nouveau: use correct conflicting framebuffer APIDave Airlie2020-05-261-1/+1
| * | | Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-nextDave Airlie2020-05-2276-622/+1198
| |\ \ \
| | * | | drm/nouveau/dispnv50: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+3
| | * | | drm/nouveau: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+1
| | * | | drm/nouveau: fix runtime pm imbalance on errorDinghao Liu2020-05-221-1/+3