]> Git Repo - linux.git/commit
drm/i915/gem: Delete unused code
authorChris Wilson <[email protected]>
Fri, 5 Jun 2020 20:03:57 +0000 (21:03 +0100)
committerChris Wilson <[email protected]>
Fri, 5 Jun 2020 20:46:31 +0000 (21:46 +0100)
commit7ac2d2536dfa71c275a74813345779b1e7522c91
tree9735fc911c1c5206605260c6b8fc4df0648b401a
parent84d24cb5247a356a4310a25761f8aa56b8814538
drm/i915/gem: Delete unused code

Unused as of commit 9e0f9464e2ab ("drm/i915/gem: Async GPU relocations
only"), but left behind.

>> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:933:21: error: unused function 'unmask_page' [-Werror,-Wunused-function]
static inline void *unmask_page(unsigned long p)
^
>> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:938:28: error: unused function 'unmask_flags' [-Werror,-Wunused-function]
static inline unsigned int unmask_flags(unsigned long p)
^
>> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:945:33: error: unused function 'cache_to_ggtt' [-Werror,-Wunused-function]
static inline struct i915_ggtt *cache_to_ggtt(struct reloc_cache *cache)

Reported-by: kernel test robot <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
This page took 0.056756 seconds and 4 git commands to generate.