aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge tag 'drm-misc-fixes-2024-02-29' of https://anongit.freedesktop.org/git/...Dave Airlie7-27/+326
2024-02-29drm/amdgpu: remove misleading amdgpu_pmops_runtime_idle() commentBjorn Helgaas1-2/+1
2024-02-29Reapply "Revert drm/amd/display: Enable Freesync Video Mode by default"Alex Deucher1-5/+7
2024-02-29Revert "drm/amd: Remove freesync video mode amdgpu parameter"Alex Deucher2-0/+28
2024-02-29drm/amd/display: check dc_link before dereferencingMelissa Wen1-1/+1
2024-02-29drm/amdgpu: add deferred error check for UMC v12 address queryTao Zhou1-1/+2
2024-02-29drm/amd/swsmu: modify the gfx activity scalingLi Ma2-3/+4
2024-03-01Merge tag 'drm-intel-gt-next-2024-02-28' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+3
2024-02-29drm/xe: Add LRC parsing for more GPU instructionsMatt Roper4-0/+53
2024-02-29drm/i915: Simplify aux_ch_to_digital_port()Ville Syrjälä1-10/+5
2024-02-29drm/i915: Don't explode when the dig port we don't have an AUX CHVille Syrjälä1-3/+14
2024-02-29drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-02-29drm/xe: Remove obsolete async_ops from struct xe_vmMika Kuoppala1-24/+0
2024-02-29drm/i915/display: Save a few bytes of memory in intel_backlight_device_regist...Christophe JAILLET1-3/+3
2024-02-29drm/i915/bios: abstract child device expected sizeJani Nikula1-16/+24
2024-02-29drm/i915/bios: abstract child device size checkJani Nikula1-35/+44
2024-02-29drm/i915/bios: bump expected child device sizeJani Nikula2-2/+5
2024-02-29drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi2-5/+9
2024-02-29drm/xe/xe_trace: Add move_lacks_source detail to xe_bo_move tracePriyanka Dandamudi2-5/+9
2024-02-29Merge drm/drm-next into drm-intel-nextJani Nikula910-8520/+45722
2024-02-29drm: xlnx: dp: Reset DisplayPort IPRohit Visavalia1-0/+4
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala2-0/+44
2024-02-29drm/xe: Expose user fence from xe_sync_entryMika Kuoppala3-11/+53
2024-02-29drm/xe: Use pointers in trace eventsLucas De Marchi1-15/+15
2024-02-29drm/xe/xe_bo_move: Enhance xe_bo_move tracePriyanka Dandamudi4-15/+34
2024-02-29drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann1-1/+1
2024-02-29drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-29drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-29drm/xe: Don't support execlists in xe_gt_tlb_invalidation layerMatthew Brost1-0/+12
2024-02-29drm/xe: Fix execlist splatMatthew Brost1-1/+1
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast5-118/+6
2024-02-29drm/panel: add samsung s6e3fa7 panel driverRichard Acayan3-0/+295
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-28drm/xe/guc: Fix missing topology initZhanjun Dong1-2/+1
2024-02-28drm/amd/display: Add monitor patch for specific eDPRyan Lin1-2/+4
2024-02-28amd/amdkfd: remove unused parameterEric Huang3-4/+3
2024-02-28drm/amd/pm: Fix esm reg mask use to get pcie speedAsad Kamal3-6/+6
2024-02-28drm/amd/pm: Skip reporting pcie width/speed on vfsAsad Kamal2-12/+16
2024-02-28drm/amdgpu: enable pp_od_clk_voltage for gfx 9.4.3 SRIOVYang Wang1-5/+27
2024-02-28drm/dp: Don't attempt AUX transfers when eDP panels are not poweredDouglas Anderson3-0/+40
2024-02-28drm: tests: Fix invalid printf format specifiers in KUnit testsDavid Gow2-10/+10
2024-02-28drm/i915/cdclk: Document CDCLK componentsGustavo Sousa1-0/+26
2024-02-28drm/i915/cdclk: Rename intel_cdclk_needs_modeset to intel_cdclk_clock_changedGustavo Sousa3-9/+8
2024-02-28drm/xe/xe2: fix 64-bit division in pte_update_sizeArnd Bergmann1-1/+1
2024-02-28drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann1-1/+1
2024-02-28drm/xe/kunit: fix link failure with built-in xeArnd Bergmann3-3/+5
2024-02-28drm/tests: connector: Add tests for drmm_connector_initMaxime Ripard1-1/+169
2024-02-28drm/tests: Add helper to create mock crtcMaxime Ripard1-0/+62
2024-02-28drm/tests: Add helper to create mock planeMaxime Ripard1-0/+85