tree:   git://people.freedesktop.org/~agd5f/linux.git raven-acp
head:   465122e3ee134fb29075d92712676aa92c2b20c2
commit: 0a1b27b47671d195a903037880496ec893a82add [137/337] drm/amd/powerplay: 
add avfs fuse overdriver func.
reproduce:
        # apt-get install sparse
        git checkout 0a1b27b47671d195a903037880496ec893a82add
        make ARCH=x86_64 allmodconfig
        make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/pp_overdriver.h:48:6: sparse: 
>> no newline at end of file
   include/linux/compiler.h:264:8: sparse: attribute 'no_sanitize_address': 
unknown attribute

vim +48 drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/pp_overdriver.h

    32          uint32_t VFT2_m1;
    33          uint32_t VFT2_m2;
    34          uint32_t VFT2_b;
    35          uint32_t VFT1_m1;
    36          uint32_t VFT1_m2;
    37          uint32_t VFT1_b;
    38          uint32_t VFT0_m1;
    39          uint32_t VFT0_m2;
    40          uint32_t VFT0_b;
    41  };
    42  
    43  extern struct phm_fuses_default vega10_fuses_default[];
    44  extern int pp_override_get_default_fuse_value(uint64_t key,
    45                          struct phm_fuses_default list[],
    46                          struct phm_fuses_default *result);
    47  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to