diff options
author | Jani Nikula <jani.nikula@intel.com> | 2022-06-07 12:42:05 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2022-06-07 21:47:19 +0300 |
commit | 330c1b3180b0d79fef7c05331647f3695661b79e (patch) | |
tree | 39f2d88529c9e581603076d272b9de3b33041386 /drivers/gpu/drm/i915/TODO.txt | |
parent | 1d742694571655e49e11ea8f391bcafaf0f5ee74 (diff) | |
download | linux-330c1b3180b0d79fef7c05331647f3695661b79e.tar.gz |
drm/i915/tasklet: separate local hacks around struct tasklet_struct
Add a dedicated file for the local functions around struct
tasklet_struct. Far from ideal, but better placed in a dedicated file
than i915_gem.h.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220607094207.536699-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/TODO.txt')
-rw-r--r-- | drivers/gpu/drm/i915/TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/TODO.txt b/drivers/gpu/drm/i915/TODO.txt index 81a82c9c203f..879b08ca32b3 100644 --- a/drivers/gpu/drm/i915/TODO.txt +++ b/drivers/gpu/drm/i915/TODO.txt @@ -37,5 +37,5 @@ Smaller things: https://lore.kernel.org/linux-mm/20210301083320.943079-1-hch@lst.de/ -- tasklet helpers in i915_gem.h also look a bit misplaced and should +- tasklet helpers in i915_tasklet.h also look a bit misplaced and should probably be moved to tasklet headers. |