aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-02-06drm/xe/hwmon: Refactor xe hwmonKarthik Poosa3-18/+34
2024-02-06drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1
2024-02-06drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMILucas Stach3-0/+166
2024-02-06drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULLMatthew Brost1-6/+9
2024-02-05drm/xe: Assume large page size if VMA not yet boundMatthew Brost1-1/+3
2024-02-05drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()Timur Tabi1-9/+9
2024-02-05drm/nouveau: fix several DMA buffer leaksTimur Tabi2-22/+39
2024-02-05nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-02-05drm/i915/hdcp: Pin the hdcp gsc message high in ggttVille Syrjälä1-1/+1
2024-02-05drm/i915/hdcp: Do intel_hdcp_component_init() much later during initVille Syrjälä1-2/+7
2024-02-05Merge tag 'gvt-fixes-2024-02-05' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen3-4/+3
2024-02-05Merge drm-misc-next-fixes-2024-01-19 into drm-misc-fixesMaxime Ripard2-9/+35
2024-02-05drm/bridge: imx: add driver for HDMI TX Parallel Video InterfaceLucas Stach3-0/+215
2024-02-05drm/panel: visionox-r66451: Set prepare_prev_first flagJessica Zhang1-0/+1
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie61-586/+2953
2024-02-05drm/i915/gvt: Fix uninitialized variable in handle_mmio()Dan Carpenter1-2/+1
2024-02-05drm/i915: Replace dead 01.org linkZhenyu Wang2-2/+2
2024-02-02drm/xe/query: Use kzalloc for drm_xe_query_enginesNirmoy Das1-5/+1
2024-02-02drm/xe/guc: Add support for LNL firmwareJohn Harrison1-0/+1
2024-02-02drm/xe/guc: Update to GuC firmware 70.19.2John Harrison1-8/+8
2024-02-02drm/xe/uc: Include patch version in expectationsJohn Harrison1-22/+27
2024-02-02drm/xe/display: Fix memleak in display initializationXiaoming Wang1-6/+0
2024-02-02drm/xe: Map both mem.kernel_bb_pool and usm.bb_poolMatthew Brost2-6/+22
2024-02-02drm/xe: circumvent bogus stringop-overflow warningArnd Bergmann1-1/+1
2024-02-02drm/i915/fbc: Allow FBC with CCS modifiers on SKL+Ville Syrjälä1-12/+1
2024-02-02drm/panel: visionox-vtdr6130: Set prepare_prev_first flagJessica Zhang1-0/+1
2024-02-02drm/panel: novatek-nt36523: Set prepare_prev_firstKonrad Dybcio1-0/+2
2024-02-02drm/i915: Extract intel_atomic_swap_state()Ville Syrjälä1-5/+18
2024-02-02drm/i915: Rework global state serializaitonVille Syrjälä3-13/+152
2024-02-02drm/i915: Compute use_sagv_wm differentlyVille Syrjälä1-15/+23
2024-02-02Merge tag 'drm-fixes-2024-02-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds69-385/+458
2024-02-02drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost1-5/+17
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost5-6/+11
2024-02-02drm/imx/dcss: have all init functions use devresPhilipp Stanner9-108/+24
2024-02-02drm/imx/dcss: request memory regionPhilipp Stanner1-0/+7
2024-02-02drm/i915/display: Include debugfs.h in intel_display_debugfs_params.cPaz Zcharya1-0/+1
2024-02-02nouveau: offload fence uevents work to workqueueDave Airlie2-6/+19
2024-02-02nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-02-02Merge tag 'amd-drm-fixes-6.8-2024-02-01' of https://gitlab.freedesktop.org/ag...Dave Airlie48-225/+217
2024-02-02Merge tag 'drm-xe-fixes-2024-02-01' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie17-153/+220
2024-02-01drm/xe: Drop rebind argument from xe_pt_prepare_bindMatthew Brost1-3/+2
2024-02-01drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost1-1/+1
2024-02-02Merge tag 'drm-misc-fixes-2024-02-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2024-02-01Revert "drm/msm/gpu: Push gpu lock down past runpm"Rob Clark2-8/+10
2024-02-01drm/msm/a6xx: set highest_bank_bit to 13 for a610Dmitry Baryshkov1-1/+1
2024-02-01drm/msm/gem: Fix double resv lock aquireRob Clark1-2/+2
2024-02-01drm/xe/gsc: Add status check during gsc header readoutSuraj Kandpal1-0/+7
2024-02-01drm/amdgpu/pm: Use inline function for IP version checkMa Jun1-1/+1
2024-02-01drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe1-1/+2
2024-02-01drm/xe: Make all GuC ABI shift values unsignedMatthew Brost5-21/+21