summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-12-12drm/xe: Fix some log messages on 32bLucas De Marchi3-5/+5
2023-12-12drm/xe/ggtt: Use BIT_ULL() for 64bitLucas De Marchi1-2/+2
2023-12-12drm/xe: fix xe_mmio_total_vram_sizePhilippe Lecluse1-6/+2
2023-12-12drm/xe/pcode: fix pcode error checkMatthew Auld1-1/+1
2023-12-12drm/xe: enforce GSMBASE for DG1 instead of BAR2Philippe Lecluse1-14/+14
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst2-4/+5
2023-12-12drm/xe/guc: Add support GuC MMIO send / recvMatthew Brost2-1/+19
2023-12-12drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost4-6/+6
2023-12-12drm/xe/guc: Report submission version of GuC firmwareMatthew Brost3-2/+59
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost3-2/+11
2023-12-12drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolenMatthew Brost1-1/+1
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst14-125/+560
2023-12-12drm/xe: Take memory ref on kernel job creationMatthew Brost1-1/+13
2023-12-12drm/xe/migrate: Add kerneldoc for the migrate subsystemThomas Hellström2-4/+120
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi8-69/+57
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi7-19/+16
2023-12-12drm/xe: Let's avoid i915_utils in the xe_force_wake.Rodrigo Vivi1-7/+2
2023-12-12drm/xe: Stop using i915_utils in xe_wopcm.Rodrigo Vivi1-3/+2
2023-12-12drm/xe: Remove i915_utils dependency from xe_guc_pc.Rodrigo Vivi1-11/+22
2023-12-12drm/xe: Wait for success on guc done.Rodrigo Vivi1-17/+8
2023-12-12drm/xe: Convert guc_ready to regular xe_mmio_wait32Rodrigo Vivi1-19/+5
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi6-20/+28
2023-12-12drm/xe: Stop using i915's range_overflows_t macro.Rodrigo Vivi1-2/+3
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi6-9/+54
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost196-0/+39422
2023-12-08Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie151-8046/+4887
2023-12-08Merge tag 'drm-intel-next-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie43-481/+750
2023-12-07drm/i915/display: Add intel_fb_bo_framebuffer_finiJouni Högander3-13/+26
2023-12-07drm/i915/display: Use i915_gem_object_get_dma_address to get dma addressMaarten Lankhorst1-2/+4
2023-12-07drm/i915: use octal permissions in display debugfsJani Nikula1-3/+3
2023-12-07drm/i915: pass struct intel_connector to connector debugfs fopsJani Nikula1-68/+66
2023-12-07drm/i915: use intel_connector in intel_connector_debugfs_add()Jani Nikula1-27/+26
2023-12-07drm/i915/rpm: add rpm_to_i915() helper around container_of()Jani Nikula1-14/+10
2023-12-07drm/i915: handle uncore spinlock when not availableLuca Coelho1-10/+41
2023-12-07drm/mipi-dsi: Fix detach call without attachTomi Valkeinen1-2/+15
2023-12-07drm/bridge: tc358767: Fix return value on error caseTomi Valkeinen1-1/+1
2023-12-07drm/bridge: cdns-mhdp8546: Fix use of uninitialized variableTomi Valkeinen1-1/+2
2023-12-07drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-12-07drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-12-06drm/bridge: nxp-ptn3460: simplify some error checkingDan Carpenter1-6/+6
2023-12-06drm/imagination: move update_logtype() into ifdef sectionArnd Bergmann1-2/+2
2023-12-06drm/imagination: Removed unused functions in pvr_fw_traceDonald Robson1-44/+0
2023-12-06drm/xlnx: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/ofdrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/solomon: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/shmobile: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/loongson: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/amdgpu: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann1-1/+0
2023-12-06drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann3-39/+19