aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-05-23drm/xe: Prepare display for D3ColdRodrigo Vivi3-11/+22
2024-05-23drm/xe: Relax runtime pm protection around VMRodrigo Vivi1-3/+9
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi3-21/+6
2024-05-23drm/xe: Fix xe_pm_runtime_get_if_in_use documentationRodrigo Vivi1-2/+3
2024-05-23drm/xe: Fix xe_pm_runtime_get_if_active returnRodrigo Vivi2-5/+5
2024-05-23Merge tag 'drm-misc-fixes-2024-05-16' of https://gitlab.freedesktop.org/drm/m...Daniel Vetter11-85/+112
2024-05-23drm/xe: Add process name to devcoredumpJosé Roberto de Souza2-0/+15
2024-05-23drm/i915: Define SEL_FETCH_PLANE registers via PICK_EVEN_2RANGES()Ville Syrjälä2-45/+72
2024-05-23drm/edid: add a helper for EDID sysfs property showJani Nikula3-22/+37
2024-05-23drm/amdgpu: remove amdgpu_connector_edid() and stop using edid_blob_ptrJani Nikula6-25/+8
2024-05-23drm/radeon: remove radeon_connector_edid() and stop using edid_blob_ptrJani Nikula3-20/+4
2024-05-23drm/radeon: convert to using is_hdmi and has_audio from display infoJani Nikula6-20/+19
2024-05-23drm/nouveau: convert to using is_hdmi and has_audio from display infoJani Nikula3-12/+6
2024-05-23Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitlab.freedesktop.org/...Dave Airlie5-7/+6
2024-05-23Merge tag 'amd-drm-fixes-6.10-2024-05-22' of https://gitlab.freedesktop.org/a...Dave Airlie7-14/+83
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds4-102/+7
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)7-47/+47
2024-05-22drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+6
2024-05-22Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2024-05-22drm/xe/uc: Don't emit false error if running in execlist modeMichal Wajdeczko1-1/+1
2024-05-22drm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma2-0/+58
2024-05-22drm/panel-edp: Add CMN N116BCJ-EAKHaikun Zhou1-0/+1
2024-05-22drm/i915: Document which platforms use which sprite registersVille Syrjälä1-8/+11
2024-05-22drm/i915: Polish sprite plane register definitionsVille Syrjälä1-97/+134
2024-05-22drm/i915: Document a few pre-skl primary plane platform dependenciesVille Syrjälä1-11/+11
2024-05-22drm/i915: Polish pre-skl primary plane registersVille Syrjälä1-17/+29
2024-05-22drm/i915: Extract i9xx_plane_regs.hVille Syrjälä13-87/+110
2024-05-22drm/i915: Move PIPEGCMAX to intel_color_regs.hVille Syrjälä2-4/+5
2024-05-22drm/i915: Add separate defines for cursor WM/DDB register bitsVille Syrjälä4-11/+39
2024-05-22drm/i915: Rename selective fetch plane registersVille Syrjälä2-11/+11
2024-05-22drm/i915: Simplify PIPESRC_ERLY_TPT definitionVille Syrjälä3-4/+4
2024-05-22drm/i915: Add separate define for SEL_FETCH_CUR_CTL()Ville Syrjälä2-3/+8
2024-05-22drm/i915: Clean up the cursor register definesVille Syrjälä1-26/+26
2024-05-22drm/i915: Add skl+ plane name aliases to enum plane_idVille Syrjälä5-26/+30
2024-05-22drm/virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-22drm/i915/dpt: Make DPT object unshrinkableVidya Srinivas1-1/+3
2024-05-22drm/i915: Bump max TMDS bitrate to 6 Gbps on ADL-S/ADL-P/DG2+Ville Syrjälä1-1/+3
2024-05-22drm/xe/display: move device_remove over to drmmMatthew Auld3-7/+21
2024-05-22drm/xe/display: stop calling domains_driver_remove twiceMatthew Auld1-1/+0
2024-05-22drm/xe/display: move display fini stuff to devmMatthew Auld1-6/+6
2024-05-22drm/xe: reset mmio mappings with devmMatthew Auld3-8/+33
2024-05-22drm/xe/mmio: move mmio_fini over to devmMatthew Auld1-2/+5
2024-05-22drm/xe: make gt_remove use devmMatthew Auld3-30/+9
2024-05-22drm/xe/gt: break out gt_fini into sw vs hw stateMatthew Auld1-8/+14
2024-05-22drm/xe/coredump: move over to devmMatthew Auld1-2/+4
2024-05-22drm/xe/device: move xe_device_sanitize over to devmMatthew Auld1-2/+2
2024-05-22drm/xe/device: move flr to devmMatthew Auld1-2/+2
2024-05-22drm/xe/irq: move irq_uninstall over to devmMatthew Auld1-3/+3
2024-05-22drm/xe/guc_pc: s/pc_fini/pc_fini_hw/Matthew Auld1-3/+3