summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.Yifan Zhang2021-06-161-1/+5
* drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue.Yifan Zhang2021-06-161-1/+5
* Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/a...Dave Airlie2021-06-115-11/+28
|\
| * radeon: use memcpy_to/fromio for UVD fw uploadChen Li2021-06-081-2/+2
| * drm/amd/pm: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-081-0/+1
| * drm/amdgpu: Fix incorrect register offsets for Sienna CichlidRohit Khaire2021-06-081-5/+21
| * drm/amdgpu: Use drm_dbg_kms for reporting failure to get a GEM FBMichel Dänzer2021-06-081-2/+2
| * drm/amdgpu: switch kzalloc to kvzalloc in amdgpu_bo_createChangfeng2021-06-081-2/+2
* | Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-119-26/+80
|\ \
| * | drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi2021-06-101-1/+2
| * | drm/mcde: Fix off by 10^3 in calculationLinus Walleij2021-06-091-1/+1
| * | drm: Fix use-after-free read in drm_getunique()Desmond Cheong Zhi Xi2021-06-081-4/+5
| * | drm/vc4: fix vc4_atomic_commit_tail() logicMark Rutland2021-06-081-1/+1
| * | drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König2021-06-082-8/+5
| * | drm/sun4i: dw-hdmi: Make HDMI PHY into a platform deviceSaravana Kannan2021-06-073-11/+66
* | | Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2021-06-115-42/+124
|\ \ \ | |_|/ |/| |
| * | drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd2021-06-102-0/+2
| * | drm/msm/a6xx: avoid shadow NULL reference in failure pathJonathan Marek2021-06-081-1/+1
| * | drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650Jonathan Marek2021-06-081-1/+1
| * | drm/msm/a6xx: update/fix CP_PROTECT initializationJonathan Marek2021-06-082-40/+113
| * | drm/msm: Init mm_list before accessing it for use_vram pathAlexey Minnekhanov2021-06-081-0/+7
* | | Merge tag 'drm/tegra/for-5.13-rc5' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie2021-06-044-36/+68
|\ \ \
| * | | drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUTDmitry Osipenko2021-05-311-1/+1
| * | | drm/tegra: sor: Fix AUX device reference leakThierry Reding2021-05-272-14/+20
| * | | drm/tegra: Get ref for DP AUX channel, not its ddc adapterLyude Paul2021-05-272-4/+7
| * | | drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_updateNathan Chancellor2021-05-171-1/+1
| * | | drm/tegra: sor: Fully initialize SOR before registrationThierry Reding2021-05-171-14/+13
| * | | gpu: host1x: Split up client initalization and registrationThierry Reding2021-05-171-6/+24
| * | | drm/tegra: sor: Do not leak runtime PM referencePavel Machek (CIP)2021-05-171-4/+10
* | | | Merge tag 'amd-drm-fixes-5.13-2021-06-02' of https://gitlab.freedesktop.org/a...Dave Airlie2021-06-049-50/+52
|\ \ \ \
| * | | | amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomicSimon Ser2021-06-021-1/+1
| * | | | drm/amdgpu: make sure we unpin the UVD BONirmoy Das2021-06-021-0/+1
| * | | | drm/amd/amdgpu:save psp ring wptr to avoid attackVictor Zhao2021-06-023-2/+5
| * | | | drm/amd/display: Fix potential memory leak in DMUB hw_initRoman Li2021-06-021-2/+2
| * | | | drm/amdgpu: Don't query CE and UE errorsLuben Tuikov2021-06-021-16/+0
| * | | | drm/amd/display: Fix overlay validation by considering cursorsRodrigo Siqueira2021-06-021-1/+9
| * | | | drm/amdgpu: refine amdgpu_fru_get_product_infoJiansong Chen2021-06-021-19/+23
| * | | | drm/amdgpu: add judgement for dc supportAsher Song2021-06-021-1/+3
| * | | | drm/amd/display: Fix GPU scaling regression by FS video supportNicholas Kazlauskas2021-06-021-7/+7
| * | | | drm/amd/display: Allow bandwidth validation for 0 streams.Bindu Ramamurthy2021-06-021-1/+1
| | |_|/ | |/| |
* | | | Revert "i915: use io_mapping_map_user"Matthew Auld2021-06-024-5/+52
* | | | drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng2021-06-021-2/+2
|/ / /
* | | Merge tag 'drm-intel-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/d...Dave Airlie2021-05-281-38/+33
|\ \ \
| * | | drm/i915: Reenable LTTPR non-transparent LT mode for DPCD_REV<1.4Imre Deak2021-05-251-38/+33
* | | | Merge tag 'drm-misc-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/dr...Dave Airlie2021-05-282-5/+6
|\ \ \ \
| * | | | drm/ttm: Skip swapout if ttm object is not populatedxinhui pan2021-05-261-1/+1
| * | | | drm/meson: fix shutdown crash when component not probedNeil Armstrong2021-05-251-4/+5
* | | | | Merge tag 'amd-drm-fixes-5.13-2021-05-26' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-2810-14/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gateJames Zhu2021-05-201-2/+2
| * | | | drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gateJames Zhu2021-05-201-2/+2