summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-11-14drm/msm/dpu: Add pipe as trace argumentJun Nie-6/+6
2025-11-14drm/msm/dpu: bind correct pingpong for quad pipeJun Nie-2/+8
2025-11-14drm/msm/dpu: fix mixer number counter on allocationJun Nie-1/+5
2025-11-14drm/msm/dpu: Remove dead-code in dpu_encoder_helper_reset_mixers()Christophe JAILLET-3/+0
2025-11-14gpu: nova-core: Set correct DMA maskAlistair Popple-0/+16
2025-11-14gpu: nova-core: compute layout of more framebuffer regions required for GSPAlexandre Courbot-11/+314
2025-11-13drm/xe/oa: Store forcewake reference in stream structureMatt Roper-5/+7
2025-11-13drm/xe/eustall: Store forcewake reference in stream structureMatt Roper-4/+4
2025-11-13drm/xe/forcewake: Improve kerneldocMatt Roper-2/+24
2025-11-13drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formatsThomas Zimmermann-7/+9
2025-11-13drm/xe/pf: Use migration-friendly GGTT auto-provisioningMichal Wajdeczko-0/+69
2025-11-13drm/client: fix MODULE_PARM_DESC string for "active"Randy Dunlap-2/+2
2025-11-13drm/xe/pf: Add wait helper for VF FLRMichał Winiarski-0/+25
2025-11-13drm/xe/pf: Handle VRAM migration data as part of PF controlMichał Winiarski-0/+237
2025-11-13drm/xe/migrate: Add function to copy of VRAM data in chunksLukasz Laguna-5/+131
2025-11-13drm/xe/pf: Add helper to retrieve VF's LMEM objectLukasz Laguna-0/+27
2025-11-13drm/xe/pf: Handle MMIO migration data as part of PF controlMichał Winiarski-0/+175
2025-11-13drm/xe/pf: Handle GGTT migration data as part of PF controlMichał Winiarski-0/+130
2025-11-13drm/xe/pf: Add helpers for VF GGTT migration data handlingMichał Winiarski-0/+171
2025-11-13drm/xe/pf: Handle GuC migration data as part of PF controlMichał Winiarski-18/+94
2025-11-13drm/xe/pf: Switch VF migration GuC save/restore to struct migration dataMichał Winiarski-230/+80
2025-11-13drm/xe/pf: Don't save GuC VF migration data on pauseMichał Winiarski-39/+2
2025-11-13drm/xe/pf: Remove GuC migration data save/restore from GT debugfsMichał Winiarski-47/+0
2025-11-13drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migrationMichał Winiarski-33/+30
2025-11-13drm/xe: Allow the caller to pass guc_buf_cache sizeMichał Winiarski-11/+34
2025-11-13drm/xe: Add sa/guc_buf_cache sync interfaceMichał Winiarski-0/+36
2025-11-13drm/xe/pf: Expose VF migration data size over debugfsMichał Winiarski-0/+82
2025-11-13drm/xe/pf: Add minimalistic migration descriptorMichał Winiarski-1/+99
2025-11-13drm/xe/pf: Add support for encap/decap of bitstream to/from packetMichał Winiarski-0/+474
2025-11-13drm/xe/pf: Add helpers for migration data packet allocation / freeMichał Winiarski-3/+221
2025-11-13drm/xe/pf: Add data structures and handlers for migration ringsMichał Winiarski-13/+762
2025-11-13drm/xe/pf: Add save/restore control state stubs and connect to debugfsMichał Winiarski-0/+404
2025-11-13drm/xe/pf: Convert control state to bitmapMichał Winiarski-3/+5
2025-11-13drm/xe: Move migration support to device-level structMichał Winiarski-13/+88
2025-11-13drm/xe/pf: Remove GuC version check for migration supportMichał Winiarski-3/+0
2025-11-13drm/i915/display: Add default case to mipi_exec_send_packetJonathan Cavitt-0/+3
2025-11-13drm/xe: remove stale runtime_pm memberJani Nikula-3/+0
2025-11-13drm/i915/ltphy: include intel_display_utils.h instead of i915_utils.hJani Nikula-1/+1
2025-11-12drm/xe/guc: Eliminate RPa frequency cachingSk Anirban-31/+26
2025-11-12drm/xe/guc: Eliminate RPe caching for SLPC parameter handlingSk Anirban-31/+32
2025-11-12vfio/gvt: Convert to get_region_info_capsJason Gunthorpe-71/+42
2025-11-12vfio/gvt: Provide a get_region_info opJason Gunthorpe-148/+147
2025-11-12drm/i915/cursor: Initialize 845 vs 865 cursor size separatelyVille Syrjälä-2/+5
2025-11-12drm/i915/cursor: Extract intel_cursor_mode_config_init()Ville Syrjälä-11/+21
2025-11-12drm/i915: Use mode_config->cursor_width for cursor DDB allocationVille Syrjälä-1/+2
2025-11-12drm/i915/wm: Use drm_get_format_info() in SKL+ cursor DDB allocationVille Syrjälä-3/+9
2025-11-12drm/i915/fb: Init 'ret' in each error branch in intel_framebuffer_init()Ville Syrjälä-1/+6
2025-11-12drm/i915: Nuke intel_plane_config.tilingVille Syrjälä-11/+9
2025-11-12drm/i915: Populate fb->format accurately in BIOS FB readoutVille Syrjälä-2/+4
2025-11-12drm/i915: Pass drm_format_info into plane->max_stride()Ville Syrjälä-47/+47