aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-06-11drm/amdgpu: make audio dev's D-state transition PMFW-awareEvan Quan1-0/+42
2021-06-11drm/amd/pm: correct the runpm handling for BACO supported ASICEvan Quan4-13/+55
2021-06-11drm/amd/pm: drop the incomplete fix for Navi14 runpm issueEvan Quan2-29/+2
2021-06-11drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()Douglas Anderson1-18/+13
2021-06-11drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDCDouglas Anderson1-22/+0
2021-06-11drm/bridge: ti-sn65dsi86: Add support for the DP AUX busDouglas Anderson2-0/+7
2021-06-11drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-devDouglas Anderson1-19/+51
2021-06-11drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDCDouglas Anderson1-6/+12
2021-06-11drm/panel: panel-simple: Allow panel-simple be a DP AUX endpoint deviceDouglas Anderson2-4/+49
2021-06-11drm: Introduce the DP AUX busDouglas Anderson3-0/+333
2021-06-11Revert "drm/i915/display: Drop FIXME about turn off infoframes"José Roberto de Souza1-0/+1
2021-06-11drm/tegra: Don't call SET_APPLICATION_ID in VIC bootMikko Perttunen2-3/+0
2021-06-11drm/tegra: Remove superfluous error messages around platform_get_irq()Tan Zhongjun1-3/+1
2021-06-11drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init()Wei Yongjun1-1/+2
2021-06-11drm/i915: Use ttm mmap handling for ttm bo's.Maarten Lankhorst8-92/+251
2021-06-11drm/vma: Add a driver_private member to vma_node.Maarten Lankhorst1-9/+0
2021-06-11drm/i915/lmem: Verify checks for lmem residencyThomas Hellström4-2/+64
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström16-153/+730
2021-06-11Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie12-22/+86
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie108-2723/+1897
2021-06-11Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-nextDave Airlie5-43/+79
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae11-18/+84
2021-06-11drm/exynos: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-11Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie5-11/+28
2021-06-11Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie9-26/+80
2021-06-11Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie5-42/+124
2021-06-11drm/panel: db7430: Add driver for Samsung DB7430Linus Walleij3-0/+358
2021-06-10drm/doc: document how userspace should find out CRTC indexLeandro Ribeiro1-4/+4
2021-06-10drm: display: Remove duplicated argument in dcn31Wan Jiabing1-2/+2
2021-06-10drm: display: Remove duplicate include in dce110Wan Jiabing1-1/+0
2021-06-10drm/amd/display: use ARRAY_SIZE for base60_refresh_ratesJiapeng Chong1-1/+1
2021-06-10drm/amd/display: Fix duplicate included clk_mgr.hJiapeng Chong1-1/+0
2021-06-10drm/amd/pm: Add aldebaran throttler translationGraham Sider1-5/+22
2021-06-10drm/amd/pm: Add renoir throttler translationGraham Sider1-5/+24
2021-06-10drm/amd/pm: Add vangogh throttler translationGraham Sider1-9/+29
2021-06-10drm/amd/pm: Add sienna cichlid throttler translationGraham Sider1-5/+29
2021-06-10drm/amd/pm: Add navi1x throttler translationGraham Sider1-0/+34
2021-06-10drm/amd/pm: Add arcturus throttler translationGraham Sider1-5/+28
2021-06-10drm/amd/pm: Add common throttler translation funcGraham Sider2-0/+17
2021-06-10drm/amd/pm: Add ASIC independent throttle bitsGraham Sider1-0/+42
2021-06-10drm/amd/pm: Add u64 throttler status field to gpu_metricsGraham Sider2-1/+60
2021-06-10drm/amdgpu: Added support for loading auxiliary PSP FWJohn Clements1-8/+46
2021-06-10drm/amdgpu: Updated fw header structure sourceJohn Clements3-60/+56
2021-06-10drm/amdkfd: use allowed domain for vmbo validationNirmoy Das1-17/+4
2021-06-10drm/msm/dsi: Stash away calculated vco frequency on recalcStephen Boyd2-0/+2
2021-06-10drm/i915: apply WaEnableVGAAccessThroughIOPort as neededEmil Velikov1-0/+3
2021-06-10drm/etnaviv: add HWDB entry for GC7000 rev 6204Sascha Hauer1-0/+31
2021-06-10drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi1-1/+2
2021-06-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann452-3656/+223474
2021-06-10drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6