]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/color: un-inline drm_color_lut_extract()
authorJani Nikula <jani.nikula@intel.com>
Mon, 23 Jan 2017 09:42:59 +0000 (11:42 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 27 Jan 2017 10:33:30 +0000 (12:33 +0200)
commit2eebe4f2d5f4c91edc37801d828ba29edfbc7722
tree57d00740515f502c406b762c0b1ece13b57754ef
parentbc384c77e3bb3df2b396f4fb246b452571896c5e
drm/color: un-inline drm_color_lut_extract()

The function is not that big, but it's also not used for anything
performance critical. Make it a normal function.

As a side effect, this apparently makes sparse smarter about what it's
doing, and gets rid of the warning:

./include/drm/drm_color_mgmt.h:53:28: warning: shift too big (4294967295) for type unsigned long
./include/drm/drm_color_mgmt.h:53:28: warning: cast truncates bits from constant value (8000000000000000 becomes 0)

Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1485164579-16250-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/drm_color_mgmt.c
include/drm/drm_color_mgmt.h