summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-05-29gpu/buddy: Track per-order free blocks with a scoreboardFrancois Dugast2-29/+23
2026-05-29gpu/buddy: Introduce __gpu_buddy_undo_splits() helperFrancois Dugast1-26/+17
2026-05-29gpu/buddy: Remove redundant condition in alloc_from_freetree() error pathFrancois Dugast1-4/+2
2026-05-29gpu/buddy: Fix use-after-free in split_block() call sitesFrancois Dugast1-4/+12
2026-05-29drm/hyperv: Use "hv_drm_" as symbol name prefixMichael Kelley4-144/+144
2026-05-29drm/virtio: Add PM notifier to restore objects after hibernationDongwon Kim7-7/+85
2026-05-29drm/virtio: Add support for saving and restoring virtio_gpu_objectsDongwon Kim5-0/+137
2026-05-29drm/virtio: Freeze and restore hooks to support suspend and resumeDongwon Kim4-7/+103
2026-05-29drm/bridge_connector: Convert to atomic_create_stateMaxime Ripard1-4/+11
2026-05-29drm/tidss: Convert to atomic_create_stateMaxime Ripard2-11/+8
2026-05-29drm/drv: Switch skeleton to drm_mode_config_create_initial_state()Maxime Ripard1-1/+3
2026-05-29drm/mode-config: Create drm_mode_config_create_initial_state()Maxime Ripard2-2/+99
2026-05-29drm/connector: Add new atomic_create_state callbackMaxime Ripard3-2/+66
2026-05-29drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()Maxime Ripard5-12/+13
2026-05-29drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()Maxime Ripard1-6/+6
2026-05-29drm/crtc: Add new atomic_create_state callbackMaxime Ripard2-1/+58
2026-05-29drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()Maxime Ripard2-6/+6
2026-05-29drm/plane: Add new atomic_create_state callbackMaxime Ripard2-1/+55
2026-05-29drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()Maxime Ripard2-7/+7
2026-05-29drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typoMaxime Ripard1-1/+1
2026-05-29drm/colorop: Create drm_atomic_helper_colorop_create_state()Maxime Ripard1-0/+23
2026-05-29drm/colorop: Rename __drm_colorop_state_reset()Maxime Ripard1-4/+4
2026-05-29drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()Maxime Ripard1-0/+4
2026-05-29drm/atomic: Drop drm_private_obj.state assignment from create_stateMaxime Ripard1-2/+0
2026-05-29drm/colorop: Fix typos in the docMaxime Ripard1-5/+5
2026-05-29drm/atomic: Document atomic commit lifetimeMaxime Ripard1-0/+72
2026-05-29drm/sched: Fix clang build warning in kunit testsTvrtko Ursulin1-10/+2
2026-05-29drm/gm12u320: Replace system_long_wq with system_dfl_long_wqMarco Crivellari1-2/+3
2026-05-29drm: Remove unused header in drm_dumb_buffers.cYicong Hui1-1/+0
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot1-7/+7
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard2-22/+39
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot1-12/+13
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot2-8/+2
2026-05-29drm: prevent integer overflows in dumb buffer creation helpersRajat Gupta1-2/+12
2026-05-28drm/managed: use special gfp_t format specifierBrendan Jackman1-2/+2
2026-05-29Merge tag 'amd-drm-fixes-7.1-2026-05-28' of https://gitlab.freedesktop.org/ag...Dave Airlie12-213/+150
2026-05-29Merge tag 'drm-xe-fixes-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-0/+5
2026-05-29gpu: nova: separate driver type from driver dataDanilo Krummrich1-5/+7
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich2-7/+6
2026-05-29gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlushDanilo Krummrich1-5/+4
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich3-24/+11
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich2-37/+28
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich5-24/+37
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich5-20/+33
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao1-0/+1
2026-05-28Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functions"Lyude Paul1-3/+3
2026-05-28Revert "nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rd"Lyude Paul1-1/+1
2026-05-28Revert "nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)"Lyude Paul1-1/+1
2026-05-28Revert "nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementation"Lyude Paul2-4/+4
2026-05-28Revert "nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usage"Lyude Paul2-4/+4