Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12bb412a authored by Christopher N. Hesse's avatar Christopher N. Hesse Committed by bonuzzz
Browse files

gpu: arm: r7p0: Fix compilation without CONFIG_MALI_EXYNOS_TRACE

Change-Id: Iba1d6d5929a1511b021ed2a25267d2af582dbdde
(cherry picked from commit 07c1dbc9718326fcc4c614c86312084871571e95)
parent eb537ecc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3223,9 +3223,11 @@ static int kbase_device_debugfs_init(struct kbase_device *kbdev)
	kbdev->debugfs_ctx_directory = debugfs_create_dir("ctx",
			kbdev->mali_debugfs_directory);
#else
#ifdef CONFIG_MALI_EXYNOS_TRACE
	kbdev->trace_dentry = debugfs_create_file("mali_trace", S_IRUGO,
			kbdev->mali_debugfs_directory, kbdev,
			&kbasep_trace_debugfs_fops);
#endif

	kbdev->debugfs_ctx_directory = debugfs_create_dir("mem",
			kbdev->mali_debugfs_directory);
+2 −0
Original line number Diff line number Diff line
@@ -3222,9 +3222,11 @@ static int kbase_device_debugfs_init(struct kbase_device *kbdev)
	kbdev->debugfs_ctx_directory = debugfs_create_dir("ctx",
			kbdev->mali_debugfs_directory);
#else
#ifdef CONFIG_MALI_EXYNOS_TRACE
	kbdev->trace_dentry = debugfs_create_file("mali_trace", S_IRUGO,
			kbdev->mali_debugfs_directory, kbdev,
			&kbasep_trace_debugfs_fops);
#endif

	kbdev->debugfs_ctx_directory = debugfs_create_dir("mem",
			kbdev->mali_debugfs_directory);