1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/i915/gvt
Linus Torvalds d90be6e4aa Driver core changes for 6.10-rc1
Here is the small set of driver core and kernfs changes for 6.10-rc1.
 
 Nothing major here at all, just a small set of changes for some driver
 core apis, and minor fixups.  Included in here are:
   - sysfs_bin_attr_simple_read() helper added and used
   - device_show_string() helper added and used
 All usages of these were acked by the various maintainers.  Also in here
 are:
   - kernfs minor cleanup
   - removed unused functions
   - typo fix in documentation
   - pay attention to sysfs_create_link() failures in module.c finally.
 
 All of these have been in linux-next for a very long time with no
 reported problems.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCZk3+hQ8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ylfTwCfUyHWkDZuZ7ehdtjzfmcd4EKZBK8An3AAV99G
 ox8PXMxuFTaUEdT/69FQ
 =2sEo
 -----END PGP SIGNATURE-----

Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core updates from Greg KH:
 "Here is the small set of driver core and kernfs changes for 6.10-rc1.

  Nothing major here at all, just a small set of changes for some driver
  core apis, and minor fixups. Included in here are:

   - sysfs_bin_attr_simple_read() helper added and used

   - device_show_string() helper added and used

  All usages of these were acked by the various maintainers. Also in
  here are:

   - kernfs minor cleanup

   - removed unused functions

   - typo fix in documentation

   - pay attention to sysfs_create_link() failures in module.c finally

  All of these have been in linux-next for a very long time with no
  reported problems"

* tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
  device property: Fix a typo in the description of device_get_child_node_count()
  kernfs: mount: Remove unnecessary ‘NULL’ values from knparent
  scsi: Use device_show_string() helper for sysfs attributes
  platform/x86: Use device_show_string() helper for sysfs attributes
  perf: Use device_show_string() helper for sysfs attributes
  IB/qib: Use device_show_string() helper for sysfs attributes
  hwmon: Use device_show_string() helper for sysfs attributes
  driver core: Add device_show_string() helper for sysfs attributes
  treewide: Use sysfs_bin_attr_simple_read() helper
  sysfs: Add sysfs_bin_attr_simple_read() helper
  module: don't ignore sysfs_create_link() failures
  driver core: Remove unused platform_notify, platform_notify_remove
2024-05-22 12:13:40 -07:00
..
aperture_gm.c drm/i915/gvt: fix intel_vgpu_alloc_resource() kernel-doc parameter 2023-05-04 12:11:18 +03:00
cfg_space.c Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into drm-intel-next 2022-11-17 08:46:48 -05:00
cmd_parser.c drm/i915/display: split out intel_sprite_regs.h from i915_reg.h 2024-04-29 12:30:01 +03:00
cmd_parser.h drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST 2021-01-21 15:51:21 +02:00
debug.h
debugfs.c drm/i915/gvt: Avoid full proxy f_ops for debugfs attributes 2023-02-23 13:26:59 +08:00
display.c drm/i915/display: split out intel_sprite_regs.h from i915_reg.h 2024-04-29 12:30:01 +03:00
display.h drm/i915/gvt: Refactor GVT vblank emulator for vGPU virtual display 2021-03-01 13:52:46 +08:00
dmabuf.c Linux 6.2-rc6 2023-01-31 12:23:23 +01:00
dmabuf.h drm/i915: gvt: fix kernel-doc trivial warnings 2022-11-17 14:07:09 +08:00
edid.c drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler 2023-08-01 11:21:09 +08:00
edid.h drm/i915: make more headers self-contained 2019-11-08 10:16:13 +00:00
execlist.c drm/i915/gvt: devirtualize ->{read,write}_gpa 2022-04-21 07:36:56 -04:00
execlist.h drm/i915/gvt: make execlist.h self-contained 2020-12-22 11:37:45 +08:00
fb_decoder.c drm/i915/display: split out intel_sprite_regs.h from i915_reg.h 2024-04-29 12:30:01 +03:00
fb_decoder.h drm/i915: remove structs intel_vgpu_pipe_format and intel_vgpu_fb_format 2024-02-19 15:34:17 -05:00
firmware.c Driver core changes for 6.10-rc1 2024-05-22 12:13:40 -07:00
gtt.c fix missing vmalloc.h includes 2024-04-25 20:55:49 -07:00
gtt.h drm/i915: remove intel_vgpu_gtt::active_ppgtt_mm_bitmap 2024-02-19 15:35:36 -05:00
gvt.h drm/i915: remove gvt_mmio_block::device 2024-02-19 15:35:59 -05:00
handlers.c The usual shower of singleton fixes and minor series all over MM, 2024-05-19 09:21:03 -07:00
interrupt.c Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next 2024-02-28 11:02:55 +10:00
interrupt.h drm/i915: remove intel_gvt_irq::pending_events 2024-02-19 15:36:23 -05:00
kvmgt.c drm/i915/gvt: use local INTEL_GVT_OPREGION_SIZE 2024-01-16 11:22:40 +02:00
Makefile drm/i915/gvt: merge gvt.c into kvmgvt.c 2022-04-21 07:36:56 -04:00
mmio.c The usual shower of singleton fixes and minor series all over MM, 2024-05-19 09:21:03 -07:00
mmio.h drm/i915: remove intel_gvt_mmio_info::{device, addr_range} 2024-02-19 15:34:54 -05:00
mmio_context.c drm/i915/gvt: move struct engine_mmio to mmio_context.c 2023-10-11 14:19:08 +03:00
mmio_context.h drm/i915/gvt: move struct engine_mmio to mmio_context.c 2023-10-11 14:19:08 +03:00
opregion.c drm/i915/gvt: devirtualize ->{read,write}_gpa 2022-04-21 07:36:56 -04:00
page_track.c drm/i915/gvt: Protect gfn hash table with vgpu_lock 2023-08-31 13:48:58 -04:00
page_track.h drm/i915: make more headers self-contained 2019-11-08 10:16:13 +00:00
reg.h i915/gvt: Separate the MMIO tracking table from GVT-g 2022-04-21 07:36:54 -04:00
sched_policy.c drm/i915/gvt: Constify intel_gvt_sched_policy_ops 2022-01-12 02:52:37 -05:00
sched_policy.h drm/i915: make more headers self-contained 2019-11-08 10:16:13 +00:00
scheduler.c drm/i915: use direct alias for i915 in requests 2023-07-24 17:24:35 +02:00
scheduler.h drm/i915: remove intel_vgpu_workload::{ring_context, restore_inhibit} 2024-02-19 15:35:01 -05:00
trace.h drm/i915/gvt: fix trace TRACE_INCLUDE_PATH 2022-04-21 07:36:56 -04:00
trace_points.c drm/i915/gvt: remove duplicate include of trace.h 2019-07-30 14:26:30 +08:00
vgpu.c fix missing vmalloc.h includes 2024-04-25 20:55:49 -07:00