summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/a...Dave Airlie2021-03-059-16/+26
|\
| * drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang2021-03-031-2/+2
| * drm/amd/display: fix the return of the uninitialized value in retColin Ian King2021-03-031-1/+1
| * drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher2021-03-031-2/+0
| * drm/amd/pm: correct Arcturus mmTHM_BACO_CNTL register addressEvan Quan2021-03-031-3/+12
| * drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disableAlex Deucher2021-03-031-2/+2
| * drm/amdgpu/pm: make unsupported power profile messages debugAlex Deucher2021-03-033-3/+3
| * drm/amdgpu:disable VCN for Navi12 SKUAsher.Song2021-03-031-2/+4
| * drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher2021-03-031-1/+2
* | Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2021-03-051-0/+3
|\ \
| * | drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs2021-03-021-0/+3
* | | Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds2021-02-261-1/+1
|\ \ \
| * | | doc: use KCFLAGS instead of EXTRA_CFLAGS to pass flags from command lineMasahiro Yamada2021-02-221-1/+1
* | | | Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2559-378/+1109
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-next-fixes-2021-02-25' of git://anongit.freedesktop.org/...Dave Airlie2021-02-267-94/+65
| |\ \ \ \
| | * | | | drm/i915: Nuke INTEL_OUTPUT_FORMAT_INVALIDVille Syrjälä2021-02-233-4/+1
| | * | | | drm/i915: Enable -WuninitializedNathan Chancellor2021-02-231-1/+0
| | * | | | drm/i915/gvt: Introduce per object locking in GVT scheduler.Zhi Wang2021-02-221-9/+40
| | * | | | drm/i915/gvt: Purge dev_priv->gtChris Wilson2021-02-222-7/+4
| | * | | | drm/i915/gvt: Parse default state to update reg whitelistChris Wilson2021-02-221-73/+20
| * | | | | Merge tag 'amd-drm-fixes-5.12-2021-02-24' of https://gitlab.freedesktop.org/a...Dave Airlie2021-02-2611-48/+158
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | drm/amd/display: Fix system hang after multiple hotplugs (v3)Qingqing Zhuo2021-02-242-13/+92
| | * | | | drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang2021-02-243-3/+18
| | * | | | drm/amd/display: Remove Assert from dcn10_get_dig_frontendEric Bernstein2021-02-222-1/+2
| | * | | | drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1Rodrigo Siqueira2021-02-221-0/+22
| | * | | | Revert "drm/amd/display: reuse current context instead of recreating one"Anson Jacob2021-02-223-30/+23
| | * | | | drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_so...Nathan Chancellor2021-02-221-1/+1
| * | | | | Merge tag 'drm-misc-next-fixes-2021-02-25' of git://anongit.freedesktop.org/d...Dave Airlie2021-02-265-17/+83
| |\ \ \ \ \
| | * | | | | drm/panel: kd35t133: allow using non-continuous dsi clockHeiko Stuebner2021-02-251-1/+2
| | * | | | | drm/rockchip: Require the YTR modifier for AFBCAlyssa Rosenzweig2021-02-251-0/+11
| | * | | | | drm/ttm: Fix a memory leakxinhui pan2021-02-251-3/+6
| | * | | | | drm/drm_vblank: set the dma-fence timestamp during send_vblank_eventVeera Sundaram Sankaran2021-02-242-13/+64
| * | | | | | Merge tag 'drm-msm-next-2021-02-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2021-02-2536-219/+803
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | drm/msm/dp: Add a missing semi-colonStephen Boyd2021-02-071-1/+1
| | * | | | | drm/msm/dp: reset dp controller only at boot up and pm_resumeKuogee Hsieh2021-02-063-21/+17
| | * | | | | drm/msm: Fix legacy relocs pathRob Clark2021-02-051-0/+2
| | * | | | | drm/msm/disp/mdp5: mdp5_cfg: Fix msm8974v2 max_clkKonrad Dybcio2021-02-051-1/+1
| | * | | | | drm/msm: remove unneeded variable: "rc"Bernard Zhao2021-02-041-2/+1
| | * | | | | drm/msm/dsi_pll_10nm: Convert pr_err prints to DRM_DEV_ERRORAngeloGioacchino Del Regno2021-02-011-4/+6
| | * | | | | drm/msm/dsi_pll_10nm: Fix variable usage for pll_lockdet_rateAngeloGioacchino Del Regno2021-02-011-1/+2
| | * | | | | drm/msm/dsi_pll_10nm: Solve TODO for multiplier frac_bits assignmentAngeloGioacchino Del Regno2021-02-011-2/+2
| | * | | | | drm/msm/dsi_pll_10nm: Fix dividing the same numbers twiceAngeloGioacchino Del Regno2021-02-011-3/+1
| | * | | | | drm/msm/dp: trigger unplug event in msm_dp_display_disableJudy Hsiao2021-01-311-1/+4
| | * | | | | drm/msm/dp/dp_ctrl: Remove unneeded semicolonXu Wang2021-01-311-1/+1
| | * | | | | drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c: Remove unneeded semicolonXu Wang2021-01-311-1/+1
| | * | | | | drm/msm: remove redundant NULL checkJiapeng Zhong2021-01-311-2/+1
| | * | | | | drm/msm/kms: Make a lock_class_key for each crtc mutexStephen Boyd2021-01-311-2/+6
| | * | | | | drm/msm: Clean up GMU OOB set/clear handling.Eric Anholt2021-01-312-102/+77
| | * | | | | drm/msm: Fix races managing the OOB state for timestamp vs timestamps.Eric Anholt2021-01-311-0/+4
| | * | | | | drm/msm: Fix race of GPU init vs timestamp power management.Eric Anholt2021-01-313-5/+32