CC: [email protected]
BCC: [email protected]
CC: [email protected]
TO: "Thomas Hellström" <[email protected]>
CC: Matthew Auld <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   ef8e4d3c2ab1f47f63b6c7e578266b7e5cc9cd1b
commit: 32b7cf51a441270c62ebaa146c9431e6f155d901 drm/i915/ttm: Use TTM for 
system memory
date:   10 months ago
:::::: branch date: 10 hours ago
:::::: commit date: 10 months ago
config: i386-randconfig-m021-20220502 
(https://download.01.org/0day-ci/archive/20220504/[email protected]/config)
compiler: gcc-11 (Debian 11.2.0-20) 11.2.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>
Reported-by: Dan Carpenter <[email protected]>

smatch warnings:
drivers/gpu/drm/i915/gem/i915_gem_ttm.c:898 i915_gem_ttm_system_setup() warn: 
should 'totalram_pages() << 12' be a 64 bit type?

vim +898 drivers/gpu/drm/i915/gem/i915_gem_ttm.c

32b7cf51a441270 Thomas Hellström 2021-06-24  890  
32b7cf51a441270 Thomas Hellström 2021-06-24  891  struct intel_memory_region *
32b7cf51a441270 Thomas Hellström 2021-06-24  892  
i915_gem_ttm_system_setup(struct drm_i915_private *i915,
32b7cf51a441270 Thomas Hellström 2021-06-24  893                          u16 
type, u16 instance)
32b7cf51a441270 Thomas Hellström 2021-06-24  894  {
32b7cf51a441270 Thomas Hellström 2021-06-24  895        struct 
intel_memory_region *mr;
32b7cf51a441270 Thomas Hellström 2021-06-24  896  
32b7cf51a441270 Thomas Hellström 2021-06-24  897        mr = 
intel_memory_region_create(i915, 0,
32b7cf51a441270 Thomas Hellström 2021-06-24 @898                                
        totalram_pages() << PAGE_SHIFT,

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to