linux/drivers/gpu/drm
Linus Torvalds 9669b2499e platform-drivers-x86 for v6.17-1
Highlights
 
  - alienware: Add more precise labels to fans
 
  - amd/hsmp: Improve misleading probe errors (make the legacy driver
              aware when HSMP is supported through the ACPI driver)
 
  - amd/pmc: Add Lenovo Yoga 6 13ALCL6 to pmc quirk list
 
  - drm/xe: Correct (D)VSEC information to support PMT crashlog feature
 
  - fujitsu: Clamp charge threshold instead of returning an error
 
  - ideapad: Expore change types
 
  - intel/pmt:
 
    - Add PMT Discovery driver
 
    - Add API to retrieve telemetry regions by feature
 
    - Fix crashlog NULL access
 
    - Support Battlemage GPU (BMG) crashlog
 
  - intel/vsec:
 
    - Add Discovery feature
 
    - Add feature dependency support using device links
 
  - lenovo:
 
    - Move lenovo drivers under drivers/platform/x86/lenovo/
 
    - Add WMI drivers for Lenovo Gaming series
 
    - Improve DMI handling
 
  - oxpec:
 
    - Add support for OneXPlayer X1 Mini Pro (Strix Point variant)
 
    - Fix EC registers for G1 AMD
 
  - samsung-laptop: Expose change types
 
  - wmi: Fix WMI device naming issue (same GUID corner cases)
 
  - x86-android-tables: Add ovc-capacity-table to generic battery nodes
 
  - Miscellaneous cleanups / refactoring / improvements
 
 The following is an automated shortlog grouped by driver:
 
 Add Lenovo Capability Data 01 WMI Driver:
  - Add Lenovo Capability Data 01 WMI Driver
 
 Add Lenovo Gamezone WMI Driver:
  - Add Lenovo Gamezone WMI Driver
 
 Add Lenovo Other Mode WMI Driver:
  - Add Lenovo Other Mode WMI Driver
 
 Add lenovo-wmi-* driver Documentation:
  - Add lenovo-wmi-* driver Documentation
 
 Add Lenovo WMI Events Driver:
  - Add Lenovo WMI Events Driver
 
 Add lenovo-wmi-helpers:
  - Add lenovo-wmi-helpers
 
 alienware-wmi-wmax:
  -  Add appropriate labels to fans
 
 amd/hsmp:
  -  Enhance the print messages to prevent confusion
  -  Use IS_ENABLED() instead of IS_REACHABLE()
 
 amd: pmc:
  -  Add Lenovo Yoga 6 13ALC6 to pmc quirk list
 
 arm64: lenovo-yoga-c630:
  -  use the auxiliary device creation helper
 
 dell_rbu:
  -  Remove unused struct
 
 dell-uart-backlight:
  -  Use blacklight power constant
 
 docs:
  -  Add ABI documentation for intel_pmt feature directories
 
 Documentation: ABI:
  -  Update WMI device paths in ABI docs
 
 drm/xe:
  -  Correct BMG VSEC header sizing
  -  Correct the rev value for the DVSEC entries
 
 fujitsu:
  -  clamp charge_control_end_threshold values to 50
  -  use unsigned int for kstrtounit
 
 ideapad:
  -  Expose charge_types
 
 intel/pmt:
  -  Add PMT Discovery driver
  -  add register access helpers
  -  correct types
  -  decouple sysfs and namespace
 
 intel/pmt/discovery:
  -  fix format string warning
  -  Fix size_t specifiers for 32-bit
  -  Get telemetry attributes
 
 intel/pmt:
  -  fix a crashlog NULL pointer access
  -  fix build dependency for kunit test
  -  KUNIT test for PMT Enhanced Discovery API
  -  mutex clean up
  -  refactor base parameter
  -  re-order trigger logic
  -  support BMG crashlog
 
 intel/pmt/telemetry:
  -  Add API to retrieve telemetry regions by feature
 
 intel/pmt:
  -  use a version struct
  -  use guard(mutex)
  -  white space cleanup
 
 intel_telemetry:
  -  Remove unused telemetry_*_events()
  -  Remove unused telemetry_[gs]et_sampling_period()
  -  Remove unused telemetry_raw_read_events()
 
 intel/tpmi:
  -  Get OOBMSM CPU mapping from TPMI
  -  Relocate platform info to intel_vsec.h
 
 intel/vsec:
  -  Add device links to enforce dependencies
  -  Add new Discovery feature
  -  Add private data for per-device data
  -  Create wrapper to walk PCI config space
  -  Set OOBMSM to CPU mapping
  -  Skip absent features during initialization
  -  Skip driverless features
 
 lenovo:
  -  gamezone needs "other mode"
 
 lenovo-yoga-tab2-pro-1380-fastcharger:
  -  Use devm_pinctrl_register_mappings()
 
 MAINTAINERS:
  -  Add link to documentation of Intel PMT ABI
 
 Move Lenovo files into lenovo subdir:
  - Move Lenovo files into lenovo subdir
 
 oxpec:
  -  Add support for OneXPlayer X1 Mini Pro (Strix Point)
  -  Fix turbo register for G1 AMD
 
 samsung-laptop:
  -  Expose charge_types
 
 silicom:
  -  remove unnecessary GPIO line direction check
 
 thinklmi:
  -  improved DMI handling
 
 thinkpad_acpi:
  -  Handle KCOV __init vs inline mismatches
 
 wmi:
  -  Fix WMI device naming issue
 
 x86-android-tablets:
  -  Add generic_lipo_4v2_battery info
  -  Add ovc-capacity-table info
 
 Merges:
  -  Merge branch 'fixes' into 'for-next'
  -  Merge branch 'fixes' into for-next
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQSCSUwRdwTNL2MhaBlZrE9hU+XOMQUCaIdbygAKCRBZrE9hU+XO
 MbqTAQCqqczU2YXRnq7TIvw/yl40+scIKMXobjX0EEpmgqhlHwEAkWwjQG0ytS2j
 hzES5gog1xT6A4TIjVr0Up5MUj3crwU=
 =+TRi
 -----END PGP SIGNATURE-----

Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

Pull x86 platform drivers from Ilpo Järvinen:

 - alienware: Add more precise labels to fans

 - amd/hsmp: Improve misleading probe errors (make the legacy driver
   aware when HSMP is supported through the ACPI driver)

 - amd/pmc: Add Lenovo Yoga 6 13ALCL6 to pmc quirk list

 - drm/xe: Correct (D)VSEC information to support PMT crashlog feature

 - fujitsu: Clamp charge threshold instead of returning an error

 - ideapad: Expore change types

 - intel/pmt:
     - Add PMT Discovery driver
     - Add API to retrieve telemetry regions by feature
     - Fix crashlog NULL access
     - Support Battlemage GPU (BMG) crashlog

 - intel/vsec:
     - Add Discovery feature
     - Add feature dependency support using device links

 - lenovo:
     - Move lenovo drivers under drivers/platform/x86/lenovo/
     - Add WMI drivers for Lenovo Gaming series
     - Improve DMI handling

 - oxpec:
     - Add support for OneXPlayer X1 Mini Pro (Strix Point variant)
     - Fix EC registers for G1 AMD

 - samsung-laptop: Expose change types

 - wmi: Fix WMI device naming issue (same GUID corner cases)

 - x86-android-tables: Add ovc-capacity-table to generic battery nodes

 - Miscellaneous cleanups / refactoring / improvements

* tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (63 commits)
  platform/x86: oxpec: Add support for OneXPlayer X1 Mini Pro (Strix Point)
  platform/x86: oxpec: Fix turbo register for G1 AMD
  platform/x86/intel/pmt: support BMG crashlog
  platform/x86/intel/pmt: use a version struct
  platform/x86/intel/pmt: refactor base parameter
  platform/x86/intel/pmt: add register access helpers
  platform/x86/intel/pmt: decouple sysfs and namespace
  platform/x86/intel/pmt: correct types
  platform/x86/intel/pmt: re-order trigger logic
  platform/x86/intel/pmt: use guard(mutex)
  platform/x86/intel/pmt: mutex clean up
  platform/x86/intel/pmt: white space cleanup
  drm/xe: Correct BMG VSEC header sizing
  drm/xe: Correct the rev value for the DVSEC entries
  platform/x86/intel/pmt: fix a crashlog NULL pointer access
  platform/x86: samsung-laptop: Expose charge_types
  platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list
  platform/x86: dell-uart-backlight: Use blacklight power constant
  platform/x86/intel/pmt: fix build dependency for kunit test
  platform/x86: lenovo: gamezone needs "other mode"
  ...
2025-07-28 23:21:28 -07:00
..
adp Linux 6.15-rc5 2025-05-06 16:39:25 +10:00
amd Merge tag 'drm-misc-fixes-2025-07-23' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes 2025-07-24 06:49:38 +10:00
arm drm/arm/malidp: Silence informational message 2025-06-12 13:11:25 +01:00
armada
aspeed
ast drm/ast: Do not include <linux/export.h> 2025-06-13 08:54:18 +02:00
atmel-hlcdc
bridge Merge tag 'drm-misc-fixes-2025-07-23' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes 2025-07-24 06:49:38 +10:00
ci drm/ci: uprev mesa 2025-05-04 09:20:28 -07:00
clients
display Power management updates for 6.17-rc1 2025-07-28 20:13:36 -07:00
etnaviv Revert "drm/etnaviv: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
exynos drm/exynos: fimd: Guard display clock control with runtime PM calls 2025-06-29 16:58:16 +09:00
fsl-dcu
gma500 pci-v6.16-changes 2025-06-04 11:26:17 -07:00
gud treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
hisilicon pci-v6.16-changes 2025-06-04 11:26:17 -07:00
hyperv
i915 vfs-6.17-rc1.mmap_prepare 2025-07-28 13:43:25 -07:00
imagination drm/imagination: Fix kernel crash when hard resetting the GPU 2025-07-04 16:32:10 +01:00
imx
ingenic
kmb
lib
lima Merge drm/drm-next into drm-misc-next 2025-04-07 14:35:48 +02:00
logicvc
loongson PCI: Add CONFIG_MMU dependency 2025-04-23 15:40:30 -05:00
mcde drm/mcde: convert to devm_drm_bridge_alloc() API 2025-04-29 11:21:23 +02:00
mediatek drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88 2025-07-17 23:19:05 +00:00
meson drm/meson: fix more rounding issues with 59.94Hz modes 2025-06-10 14:15:42 +02:00
mgag200 drm/mgag200: Do not include <linux/export.h> 2025-06-13 08:54:31 +02:00
msm Merge tag 'drm-msm-fixes-2025-06-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2025-06-18 11:37:14 +10:00
mxsfb
nouveau Revert "drm/nouveau: check ioctl command codes better" 2025-07-22 14:03:27 +02:00
nova gpu: drm: nova: select AUXILIARY_BUS instead of depending on it 2025-05-15 20:59:32 +02:00
omapdrm Merge drm/drm-next into drm-misc-next 2025-04-07 14:35:48 +02:00
panel drm/panel: panel-simple: get rid of panel_dpi hack 2025-06-27 11:22:48 +02:00
panfrost drm/panfrost: Fix scheduler workqueue bug 2025-07-14 16:49:10 +01:00
panthor drm/panthor: Fix build warning when DEBUG_FS is disabled 2025-04-29 18:12:23 +02:00
pl111
qxl PCI: Add CONFIG_MMU dependency 2025-04-23 15:40:30 -05:00
radeon drm/radeon: Do not hold console lock during resume 2025-07-16 16:48:34 -04:00
renesas drm: Remove unused function rcar_cmm_write 2025-05-02 11:52:46 +03:00
rockchip drm/rockchip: inno-hdmi: Fix video timing HSYNC/VSYNC polarity setting for rk3036 2025-05-04 12:40:53 +02:00
scheduler drm/sched: Remove optimization that causes hang when killing dependent jobs 2025-07-17 12:06:07 +02:00
sitronix drm/sitronix: st7571-i2c: Select VIDEOMODE_HELPERS 2025-06-11 10:44:56 +02:00
solomon drm/ssd130x: fix ssd132x_clear_screen() columns 2025-06-12 14:04:56 +02:00
sprd
sti Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2025-04-14 15:29:49 +10:00
stm
sun4i
sysfb drm/vesadrm: Avoid NULL-ptr deref in vesadrm_pmi_cmap_write() 2025-06-27 16:00:49 +02:00
tegra drm/tegra: nvdec: Fix dma_alloc_coherent error check 2025-07-04 11:15:07 +02:00
tests Linux 6.15-rc5 2025-05-06 16:39:25 +10:00
tidss
tilcdc
tiny pci-v6.16-changes 2025-06-04 11:26:17 -07:00
ttm drm/ttm: fix error handling in ttm_buffer_object_transfer 2025-06-30 13:26:28 +02:00
tve200
udl drm/udl: Set error code in udl_init() 2025-04-17 10:21:40 +02:00
v3d mount changes. I've got more stuff in the local tree, but 2025-07-28 10:49:38 -07:00
vboxvideo
vc4 drm/vc4: fix infinite EPROBE_DEFER loop 2025-06-10 10:47:04 +02:00
vgem treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
virtio Revert "drm/virtio: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
vkms drm/vkms: Adjust vkms_state->active_planes allocation type 2025-05-06 10:17:00 +02:00
vmwgfx Revert "drm/vmwgfx: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
xe platform-drivers-x86 for v6.17-1 2025-07-28 23:21:28 -07:00
xen
xlnx gpu: drm: xlnx: zynqmp_dp: Use dev_err_probe() 2025-04-16 15:03:22 +03:00
Kconfig pci-v6.16-changes 2025-06-04 11:26:17 -07:00
Kconfig.debug drm: Mark CONFIG_DRM_HEADER_TEST as BROKEN 2025-04-10 14:06:06 +02:00
Makefile drm for 6.16-rc1 2025-05-28 09:46:39 -07:00
drm_atomic.c
drm_atomic_helper.c
drm_atomic_state_helper.c
drm_atomic_uapi.c
drm_auth.c
drm_blend.c drm/doc: document front-buffer rendering 2025-04-30 23:35:00 +02:00
drm_bridge.c drm/bridge: make devm_drm_bridge_alloc() mandatory for bridge allocation 2025-04-07 11:38:05 +02:00
drm_bridge_helper.c
drm_buddy.c drm/amdgpu: Reset the clear flag in buddy during resume 2025-07-16 12:50:32 +02:00
drm_cache.c
drm_client.c
drm_client_event.c
drm_client_modeset.c
drm_color_mgmt.c
drm_connector.c
drm_crtc.c
drm_crtc_helper.c
drm_crtc_helper_internal.h
drm_crtc_internal.h
drm_damage_helper.c
drm_debugfs.c
drm_debugfs_crc.c
drm_displayid.c
drm_displayid_internal.h drm/edid: Refactor DisplayID timing block structs 2025-04-16 20:40:51 +03:00
drm_draw.c Merge drm/drm-next into drm-misc-next 2025-04-07 14:35:48 +02:00
drm_draw_internal.h
drm_drv.c drm for 6.16-rc1 2025-05-28 09:46:39 -07:00
drm_dumb_buffers.c
drm_edid.c drm for 6.16-rc1 2025-05-28 09:46:39 -07:00
drm_edid_load.c
drm_eld.c
drm_encoder.c
drm_exec.c
drm_fb_dma_helper.c
drm_fb_helper.c
drm_fbdev_dma.c
drm_fbdev_shmem.c
drm_fbdev_ttm.c
drm_file.c amd-drm-next-6.16-2025-05-09: 2025-05-12 07:14:34 +10:00
drm_flip_work.c
drm_format_helper.c drm/format-helper: fix build 2025-04-07 08:45:31 +02:00
drm_format_internal.h
drm_fourcc.c
drm_framebuffer.c drm/framebuffer: Acquire internal references on GEM handles 2025-07-09 14:03:28 +02:00
drm_gem.c drm/gem: Fix race in drm_gem_handle_create_tail() 2025-07-09 15:53:34 +02:00
drm_gem_atomic_helper.c
drm_gem_dma_helper.c Revert "drm/gem-dma: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
drm_gem_framebuffer_helper.c Revert "drm/gem-framebuffer: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
drm_gem_shmem_helper.c Revert "drm/gem-shmem: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
drm_gem_ttm_helper.c
drm_gem_vram_helper.c
drm_gpusvm.c drm for 6.16-rc1 2025-05-28 09:46:39 -07:00
drm_gpuvm.c
drm_internal.h drm/framebuffer: Acquire internal references on GEM handles 2025-07-09 14:03:28 +02:00
drm_ioc32.c
drm_ioctl.c
drm_kms_helper_common.c
drm_lease.c
drm_managed.c
drm_mipi_dbi.c drm/mipi-dbi: Fix blanking for non-16 bit formats 2025-04-29 17:29:49 +02:00
drm_mipi_dsi.c drm/mipi-dsi: Add dev_is_mipi_dsi function 2025-06-27 11:22:39 +02:00
drm_mm.c
drm_mode_config.c drm/plane: Add new plane property IN_FORMATS_ASYNC 2025-05-09 15:29:40 +05:30
drm_mode_object.c
drm_modes.c
drm_modeset_helper.c
drm_modeset_lock.c
drm_of.c
drm_panel.c drm/panel: make prepare/enable and disable/unprepare calls return void 2025-04-22 16:49:11 +03:00
drm_panel_backlight_quirks.c
drm_panel_orientation_quirks.c
drm_panic.c drm/panic: Add support to scanout buffer as array of pages 2025-04-10 10:50:58 +02:00
drm_panic_qr.rs rust: drm: remove unnecessary imports 2025-07-05 13:01:59 +02:00
drm_pci.c
drm_plane.c drm/plane: modify create_in_formats to acommodate async 2025-05-09 15:30:28 +05:30
drm_plane_helper.c
drm_prime.c Revert "drm/prime: Use dma_buf from GEM object instance" 2025-07-17 12:26:19 +02:00
drm_print.c
drm_privacy_screen.c
drm_privacy_screen_x86.c
drm_probe_helper.c
drm_property.c
drm_rect.c
drm_self_refresh_helper.c
drm_simple_kms_helper.c
drm_suballoc.c
drm_syncobj.c
drm_sysfs.c
drm_trace.h
drm_trace_points.c
drm_vblank.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
drm_vblank_work.c
drm_vma_manager.c
drm_writeback.c drm: writeback: Fix drm_writeback_connector_cleanup signature 2025-06-23 10:12:44 +02:00