]> Gentwo Git Trees - linux/.git/commit
drm/{i915,xe}/panic: split out intel_panic.[ch]
authorJani Nikula <jani.nikula@intel.com>
Tue, 2 Sep 2025 17:51:48 +0000 (20:51 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 8 Sep 2025 11:23:46 +0000 (14:23 +0300)
commit5f54b2196c674adc02a22f99da414b503daccb4c
treef250e444f5cd7474c864ec6970e8216bde707271
parentcef2c7266feaf15676fb5e47cbb6d7d832b61563
drm/{i915,xe}/panic: split out intel_panic.[ch]

intel_bo.[ch] is not the appropriate location for the panic
functionality. Split out intel_panic.[ch] and xe_panic.c in i915 and
xe. Keep the function names for now.

Cc: Jocelyn Falempe <jfalempe@redhat.com>
Cc: Maarten Lankhorst <dev@lankhorst.se>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/d98b831a011a028ffd33ce99b0ba62be061ee235.1756835342.git.jani.nikula@intel.com
12 files changed:
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/i9xx_plane.c
drivers/gpu/drm/i915/display/intel_bo.c
drivers/gpu/drm/i915/display/intel_bo.h
drivers/gpu/drm/i915/display/intel_fb.c
drivers/gpu/drm/i915/display/intel_panic.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_panic.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_plane.c
drivers/gpu/drm/i915/display/skl_universal_plane.c
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/display/intel_bo.c
drivers/gpu/drm/xe/display/xe_panic.c [new file with mode: 0644]