aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-01-13drm/msm: allow zapfw to not be specified in gpulistRob Clark1-9/+13
2020-01-13drm/msm: support firmware-name for zap fw (v2)Rob Clark1-3/+27
2020-01-13drm/i915: Use the passed in encoderVille Syrjälä1-2/+2
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä22-212/+217
2020-01-13drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä9-54/+54
2020-01-13drm/rockchip: fix integer type used for storing dp data rateTobias Schramm1-1/+1
2020-01-13drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-13drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-13drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-13drm/i915: Bump up CDCLK to eliminate underruns on TGLStanislav Lisovskiy1-0/+12
2020-01-13drm/i915: Add missing include file <linux/math64.h>YueHaibing1-0/+1
2020-01-13drm/i915/pmu: Do not use colons or dashes in PMU namesTvrtko Ursulin1-3/+8
2020-01-13drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann1-0/+1
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto...Dave Airlie16-48/+1006
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie203-2086/+8517
2020-01-12drm/msm/dpu: Allow UBWC on NV12Fritz Koenig1-0/+2
2020-01-12drm: msm: Quiet down plane errors in atomic_checkJohn Stultz1-6/+6
2020-01-11drm/i915: Correct typo in i915_vma_compress_finish stubChris Wilson1-2/+3
2020-01-11drm/i915/uc: Add sanitize to to intel_uc_opsMichal Wajdeczko2-9/+4
2020-01-11drm/i915/uc: Add init/fini to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add init_fw/fini_fw to to intel_uc_opsMichal Wajdeczko2-6/+10
2020-01-11drm/i915/uc: Add ops to intel_ucMichal Wajdeczko2-12/+54
2020-01-10drm/amd/display: Fix compilation warnings on i386Mikita Lipski1-2/+2
2020-01-10drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutexChris Wilson2-23/+19
2020-01-10drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2-2/+100
2020-01-10gpu: host1x: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+1
2020-01-10drm/tegra: output: Implement system suspend/resumeThierry Reding2-0/+33
2020-01-10drm/tegra: sor: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding9-331/+530
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding11-21/+21
2020-01-10drm/i915: Drop request list from error stateChris Wilson2-70/+8
2020-01-10drm/i915: Drop the shadow ring state from the error captureChris Wilson2-9/+0
2020-01-10drm/i915: Drop the shadow w/a batch bufferChris Wilson1-2/+0
2020-01-10drm/i915: Start chopping up the GPU error captureChris Wilson11-673/+877
2020-01-10drm/i915/gt: Mark ring->vma as active while pinnedChris Wilson1-3/+28
2020-01-10drm/i915/gt: Mark context->state vma as active while pinnedChris Wilson1-0/+9
2020-01-10drm/i915/gt: Skip trying to unbind in restore_ggtt_mappingsChris Wilson1-5/+2
2020-01-10drm/i915/uncore: use new struct drm_device based macros.Wambui Karuga1-12/+13
2020-01-10drm/i915/sideband: convert to using new struct drm_device logging macrosWambui Karuga1-12/+17
2020-01-10drm/i915/lmem: use new struct drm_device based logging macros.Wambui Karuga1-4/+6
2020-01-10drm/i915/pm: use new struct drm_device logging macros.Wambui Karuga1-157/+194
2020-01-10drm/i915/pch: convert to using the drm_dbg_kms() macro.Wambui Karuga1-22/+24
2020-01-10drm/mediatek: Fix indentation in MakefileFabien Parent1-1/+1
2020-01-10drm/mediatek: Turn off Alpha bit when plane format has no alphaMark Yacoub1-1/+1
2020-01-10drm/mediatek: Return from mtk_ovl_layer_config after mtk_ovl_layer_offMark Yacoub1-3/+4
2020-01-10drm/mediatek: Add ctm property supportYongqiang Niu3-5/+82
2020-01-10drm/mediatek: Add gamma property according to hardware capabilityYongqiang Niu1-2/+8
2020-01-10Merge tag 'drm-intel-fixes-2020-01-09-1' of git://anongit.freedesktop.org/drm...Dave Airlie7-31/+38
2020-01-09drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcsAlex Deucher1-1/+1
2020-01-09drm/amdgpu/display: protect new DSC code with CONFIG_DRM_AMD_DC_DCNAlex Deucher3-1/+17