linux-yocto/drivers/gpu/drm/i915/selftests
Jani Nikula 83e5af5997 drm/i915 & drm/xe: save struct drm_device to drvdata
In the future, the display code shall not have any idea about struct
xe_device or struct drm_i915_private, but will need to get at the struct
drm_device via drvdata. Store the struct drm_device pointer to drvdata
instead of the driver specific pointer.

Avoid passing NULL to container_of() via to_i915()/to_xe_device(). (It
does return NULL for NULL pointers when the offset happens to be 0, but
otherwise returns garbage pointers for NULL.)

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/946805b32e38d4785880cc7857e01e6a309126a9.1724942754.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2024-09-02 15:01:59 +03:00
..
i915_active.c drm/i915: use drm_printf() with the drm_err_printer intead of pr_err() 2024-02-09 11:52:09 +02:00
i915_gem_evict.c
i915_gem_gtt.c
i915_gem.c
i915_live_selftests.h
i915_mock_selftests.h
i915_perf_selftests.h
i915_perf.c
i915_random.c
i915_random.h
i915_request.c
i915_selftest.c drm/i915/dg2: wait for HuC load completion before running selftests 2024-04-19 08:02:37 -07:00
i915_sw_fence.c
i915_syncmap.c
i915_vma.c
igt_atomic.c
igt_atomic.h
igt_flush_test.c
igt_flush_test.h
igt_live_test.c
igt_live_test.h
igt_mmap.c
igt_mmap.h
igt_reset.c
igt_reset.h
igt_spinner.c
igt_spinner.h
intel_memory_region.c drm/i915: Replace double blank with single blank after comma in gem/ and gt/ 2024-08-08 11:40:41 +01:00
intel_scheduler_helpers.c drm/i915/selftests: Fix dependency of some timeouts on HZ 2024-03-06 15:33:57 +02:00
intel_scheduler_helpers.h
intel_uncore.c drm/i915: Drop dead code for pvc 2024-03-22 14:14:56 -07:00
lib_sw_fence.c
lib_sw_fence.h
librapl.c
librapl.h
mock_drm.h
mock_gem_device.c drm/i915 & drm/xe: save struct drm_device to drvdata 2024-09-02 15:01:59 +03:00
mock_gem_device.h
mock_gtt.c
mock_gtt.h
mock_region.c
mock_region.h
mock_request.c
mock_request.h
mock_uncore.c
mock_uncore.h
scatterlist.c