2024-04-23 09:07 ftp://ftp.de.debian.org/debian/pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.99.917+git20210115.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=motif --library=cairo --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j2 platform: Linux-6.6.15-amd64-x86_64-with-glibc2.37 python: 3.11.8 client-version: 1.3.53 compiler: g++ (Debian 13.2.0-13) 13.2.0 cppcheck: head 2.14.0 head-info: 9b87f67 (2024-04-23 10:17:07 +0200) count: 1332 1332 elapsed-time: 13.7 13.6 head-timing-info: old-timing-info: head results: xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:184:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XCB_PRESENT_OPTION_ASYNC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:338:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:377:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:389:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XA_ATOM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:422:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_dri3_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:448:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:130:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:138:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2CopyRegion [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:187:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2Connect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:243:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2Authenticate [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:270:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2CreateDrawable [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:286:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2SwapInterval [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:299:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:322:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:362:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:381:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:399:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XA_ATOM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:436:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:118:39: style: Parameter 'event' can be declared as pointer to const. However it seems that 'DRI2EventToWire' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:79:3: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:118:39: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:134:37: style: Parameter 'err' can be declared as pointer to const. However it seems that 'DRI2Error' is a callback function, if 'err' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:80:3: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:134:37: note: Parameter 'err' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:134:53: style: Parameter 'codes' can be declared as pointer to const. However it seems that 'DRI2Error' is a callback function, if 'codes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:80:3: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:134:53: note: Parameter 'codes' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:297:21: style: Parameter 'event' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:485:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:297:21: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri2-swap.c:510:17: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:272:4: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:243:13: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:272:4: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:273:8: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:243:13: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:273:8: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:218:16: style: Variable 'buffer[n].fd' is reassigned a value before the old one has been used. [redundantAssignment] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:206:16: note: buffer[n].fd is assigned xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:218:16: note: buffer[n].fd is overwritten xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:123:21: style: Parameter 'event' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:499:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:123:21: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:201:8: style: Variable 'fds' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:260:41: style: Variable 'ie' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:521:17: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/benchmarks/dri3-swap.c:237:4: error: Uninitialized variable: tmp [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/libobj/getline.c:13:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/libobj/getline.c:9:14: style: Variable 'end' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/fd.c:85:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:210:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:233:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:248:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:281:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:338:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/fd.c:62:6: style: Unused variable: flags [unusedVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:95:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:108:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_MAX_MINOR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:178:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_PARAM_CHIPSET_ID [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:221:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_VERSION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:250:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_PARAM_HAS_GEM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:270:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_MODE_GETRESOURCES [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:284:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:567:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_SET_VERSION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:711:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_SET_VERSION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:765:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:425:15: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:466:15: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:513:6: style: Condition '!__backlight_helper_init(b,iface)' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:513:30: note: Calling function '__backlight_helper_init' returns 0 xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:513:6: note: Condition '!__backlight_helper_init(b,iface)' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:84:39: style:inconclusive: Function 'backlight_init' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:48:39: note: Function 'backlight_init' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:84:39: note: Function 'backlight_init' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:490:38: style:inconclusive: Function 'backlight_open' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:49:38: note: Function 'backlight_open' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:490:38: note: Function 'backlight_open' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:523:37: style:inconclusive: Function 'backlight_set' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:50:37: note: Function 'backlight_set' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:523:37: note: Function 'backlight_set' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:538:37: style:inconclusive: Function 'backlight_get' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:51:37: note: Function 'backlight_get' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:538:37: note: Function 'backlight_get' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:578:42: style:inconclusive: Function 'backlight_disable' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:54:42: note: Function 'backlight_disable' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:578:42: note: Function 'backlight_disable' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:590:40: style:inconclusive: Function 'backlight_close' argument 1 names different: declaration 'backlight' definition 'b'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.h:55:40: note: Function 'backlight_close' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:590:40: note: Function 'backlight_close' argument 1 names different: declaration 'backlight' definition 'b'. xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:348:54: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:348:63: style: Parameter 'iface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:419:17: style: Variable 'de' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:450:52: style: Parameter 'pci' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:456:17: style: Variable 'de' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:523:37: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:538:37: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:553:37: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/backlight.c:565:36: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:285:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:715:4: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:800:4: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:295:9: style: Condition 'fd==-1' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:291:8: note: Assignment 'fd=-1', assigned value is -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:295:9: note: Condition 'fd==-1' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:449:10: style: Condition 'fd==-1' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:448:32: note: Calling function '__intel_open_device__pci' returns -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:448:32: note: Assignment 'fd=__intel_open_device__pci(pci)', assigned value is -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:449:10: note: Condition 'fd==-1' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:591:9: style: Condition 'fd==-1' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:590:13: note: Calling function 'get_fd' returns -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:590:13: note: Assignment 'fd=get_fd(platform)', assigned value is -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:591:9: note: Condition 'fd==-1' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:764:9: style: Condition 'fd<0' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:756:12: note: Assignment 'fd=-1', assigned value is -1 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:764:9: note: Condition 'fd<0' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:187:32: style:inconclusive: Function 'intel_entity_get_devid' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_driver.h:122:32: note: Function 'intel_entity_get_devid' argument 1 names different: declaration 'index' definition 'idx'. xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:187:32: note: Function 'intel_entity_get_devid' argument 1 names different: declaration 'index' definition 'idx'. xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:572:38: style:inconclusive: Function 'intel_open_device' argument 3 names different: declaration 'dev' definition 'platform'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_driver.h:126:38: note: Function 'intel_open_device' argument 3 names different: declaration 'dev' definition 'platform'. xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:572:38: note: Function 'intel_open_device' argument 3 names different: declaration 'dev' definition 'platform'. xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:189:23: style: Variable 'dev' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:534:52: style: Parameter 'dev' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_device.c:552:48: style: Parameter 'dev' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:503:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_CONFIG [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:568:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:637:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:707:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:796:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_options.c:119:10: style: Condition 'str==NULL' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_options.c:115:20: note: Assignment 'str=NULL', assigned value is 0 xserver-xorg-video-intel-2.99.917+git20210115/src/intel_options.c:119:10: note: Condition 'str==NULL' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:612:8: error: Deallocation of an auto-variable (stack) results in undefined behaviour. [autovarInvalidDeallocation] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:564:11: note: Assignment 'unique=stack', assigned value is stack xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:612:8: note: Deallocating memory that was not dynamically allocated xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:499:22: style: Variable 'pci' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/intel_module.c:777:27: style: Parameter 'pci' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:272:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:171:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:209:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:289:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:317:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:71:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:152:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:190:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:215:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:235:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:254:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:80:50: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:146:27: style:inconclusive: Function 'I810UseHWCursor' argument 1 names different: declaration 'pScrn' definition 'pScreen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:58:39: note: Function 'I810UseHWCursor' argument 1 names different: declaration 'pScrn' definition 'pScreen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:146:27: note: Function 'I810UseHWCursor' argument 1 names different: declaration 'pScrn' definition 'pScreen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:239:52: style:inconclusive: Function 'I810SetCursorColors' argument 3 names different: declaration 'fb' definition 'fg'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:56:64: note: Function 'I810SetCursorColors' argument 3 names different: declaration 'fb' definition 'fg'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:239:52: note: Function 'I810SetCursorColors' argument 3 names different: declaration 'fb' definition 'fg'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:158:55: style: Parameter 'src' can be declared as pointer to const. However it seems that 'I810LoadCursorImage' is a callback function, if 'src' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:84:31: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_cursor.c:158:55: note: Parameter 'src' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:226:39: style:inconclusive: Function 'I810SetupForScreenToScreenCopy' argument 6 names different: declaration 'trans_color' definition 'transparency_color'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:303:13: note: Function 'I810SetupForScreenToScreenCopy' argument 6 names different: declaration 'trans_color' definition 'transparency_color'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:226:39: note: Function 'I810SetupForScreenToScreenCopy' argument 6 names different: declaration 'trans_color' definition 'transparency_color'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:247:57: style:inconclusive: Function 'I810SubsequentScreenToScreenCopy' argument 2 names different: declaration 'srcX' definition 'x1'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:304:69: note: Function 'I810SubsequentScreenToScreenCopy' argument 2 names different: declaration 'srcX' definition 'x1'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:247:57: note: Function 'I810SubsequentScreenToScreenCopy' argument 2 names different: declaration 'srcX' definition 'x1'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:247:65: style:inconclusive: Function 'I810SubsequentScreenToScreenCopy' argument 3 names different: declaration 'srcY' definition 'y1'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:305:15: note: Function 'I810SubsequentScreenToScreenCopy' argument 3 names different: declaration 'srcY' definition 'y1'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:247:65: note: Function 'I810SubsequentScreenToScreenCopy' argument 3 names different: declaration 'srcY' definition 'y1'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:248:10: style:inconclusive: Function 'I810SubsequentScreenToScreenCopy' argument 4 names different: declaration 'dstX' definition 'x2'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:305:25: note: Function 'I810SubsequentScreenToScreenCopy' argument 4 names different: declaration 'dstX' definition 'x2'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:248:10: note: Function 'I810SubsequentScreenToScreenCopy' argument 4 names different: declaration 'dstX' definition 'x2'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:248:18: style:inconclusive: Function 'I810SubsequentScreenToScreenCopy' argument 5 names different: declaration 'dstY' definition 'y2'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:305:35: note: Function 'I810SubsequentScreenToScreenCopy' argument 5 names different: declaration 'dstY' definition 'y2'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:248:18: note: Function 'I810SubsequentScreenToScreenCopy' argument 5 names different: declaration 'dstY' definition 'y2'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_accel.c:89:12: style: Variable 'now' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dga.c:92:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DGAModeRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dga.c:161:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dga.c:263:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DGA_NEED_ROOT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dga.c:83:38: style: Variable 'newmodes' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:79:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:102:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86DRISAREARec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:176:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:927:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_AGP_NO_HANDLE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:957:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:994:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRI_2D_CONTEXT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1033:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1094:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BoxRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1253:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1279:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1350:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1397:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:156:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:177:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_MATCH_ANY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:195:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ConfiguredMonitor [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:218:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:245:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:631:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_DEV_MAP_FLAG_WRITABLE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:651:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:688:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:745:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VGA_SR_MODE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:799:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:888:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1067:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1090:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1154:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1260:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable V_INTERLACE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1310:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1348:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1373:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1436:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1453:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1543:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1751:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1802:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1854:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1887:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1925:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2000:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2010:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable V_INTERLACE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2066:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2086:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:890:4: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:898:4: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1045:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:233:25: style:inconclusive: Function 'I810PreInit' argument 1 names different: declaration 'pScrn' definition 'scrn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:81:37: note: Function 'I810PreInit' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:233:25: note: Function 'I810PreInit' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:694:33: style:inconclusive: Function 'I810PrintErrorState' argument 1 names different: declaration 'pScrn' definition 'scrn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:278:45: note: Function 'I810PrintErrorState' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:694:33: note: Function 'I810PrintErrorState' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1447:31: style:inconclusive: Function 'I810AllocateFront' argument 1 names different: declaration 'pScrn' definition 'scrn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:287:43: note: Function 'I810AllocateFront' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1447:31: note: Function 'I810AllocateFront' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2021:26: style:inconclusive: Function 'I810SaveScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:86:38: note: Function 'I810SaveScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2021:26: note: Function 'I810SaveScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2021:39: style:inconclusive: Function 'I810SaveScreen' argument 2 names different: declaration 'unblank' definition 'unblack'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:86:52: note: Function 'I810SaveScreen' argument 2 names different: declaration 'unblank' definition 'unblack'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2021:39: note: Function 'I810SaveScreen' argument 2 names different: declaration 'unblank' definition 'unblack'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2027:43: style:inconclusive: Function 'I810DisplayPowerManagementSet' argument 1 names different: declaration 'pScrn' definition 'scrn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:88:55: note: Function 'I810DisplayPowerManagementSet' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2027:43: note: Function 'I810DisplayPowerManagementSet' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2027:53: style:inconclusive: Function 'I810DisplayPowerManagementSet' argument 2 names different: declaration 'PowerManagermentMode' definition 'PowerManagementMode'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:89:12: note: Function 'I810DisplayPowerManagementSet' argument 2 names different: declaration 'PowerManagermentMode' definition 'PowerManagementMode'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:2027:53: note: Function 'I810DisplayPowerManagementSet' argument 2 names different: declaration 'PowerManagermentMode' definition 'PowerManagementMode'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1337:57: style: Parameter 'indices' can be declared as pointer to const. However it seems that 'I810LoadPalette15' is a callback function, if 'indices' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1696:44: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1337:57: note: Parameter 'indices' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1361:57: style: Parameter 'indices' can be declared as pointer to const. However it seems that 'I810LoadPalette16' is a callback function, if 'indices' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1701:44: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1361:57: note: Parameter 'indices' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1425:57: style: Parameter 'indices' can be declared as pointer to const. However it seems that 'I810LoadPalette24' is a callback function, if 'indices' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1707:48: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1425:57: note: Parameter 'indices' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:960:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:571:11: style: Variable 'enable' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_driver.c:1889:18: style: Variable 'pI810' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:448:27: style: Redundant condition: The condition 'pI810->numSurfaces' is redundant since 'pI810->numSurfaces == 6' is sufficient. [redundantCondition] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:456:27: style: Redundant condition: The condition 'pI810->numSurfaces' is redundant since 'pI810->numSurfaces == 7' is sufficient. [redundantCondition] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:120:18: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:277:7: error: Memory leak: pDRIInfo.busIdString [memleak] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:987:21: style:inconclusive: Function 'I810DRISwapContext' argument 3 names different: declaration 'readContextType' definition 'oldContextType'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:32:26: note: Function 'I810DRISwapContext' argument 3 names different: declaration 'readContextType' definition 'oldContextType'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:987:21: note: Function 'I810DRISwapContext' argument 3 names different: declaration 'readContextType' definition 'oldContextType'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:987:43: style:inconclusive: Function 'I810DRISwapContext' argument 4 names different: declaration 'readContextStore' definition 'oldContext'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:33:17: note: Function 'I810DRISwapContext' argument 4 names different: declaration 'readContextStore' definition 'oldContext'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:987:43: note: Function 'I810DRISwapContext' argument 4 names different: declaration 'readContextStore' definition 'oldContext'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:988:21: style:inconclusive: Function 'I810DRISwapContext' argument 5 names different: declaration 'writeContextType' definition 'newContextType'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:34:26: note: Function 'I810DRISwapContext' argument 5 names different: declaration 'writeContextType' definition 'newContextType'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:988:21: note: Function 'I810DRISwapContext' argument 5 names different: declaration 'writeContextType' definition 'newContextType'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:988:43: style:inconclusive: Function 'I810DRISwapContext' argument 6 names different: declaration 'writeContextStore' definition 'newContext'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:35:17: note: Function 'I810DRISwapContext' argument 6 names different: declaration 'writeContextStore' definition 'newContext'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:988:43: note: Function 'I810DRISwapContext' argument 6 names different: declaration 'writeContextStore' definition 'newContext'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:92:15: style: Variable 'pI810DRI' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:954:36: style: Parameter 'pVisualConfigPriv' can be declared as pointer to const. However it seems that 'I810CreateContext' is a callback function, if 'pVisualConfigPriv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:290:30: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:954:36: note: Parameter 'pVisualConfigPriv' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1235:19: style: Variable 'pSAREAPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:1329:19: style: Variable 'pSAREAPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:426:23: error: Uninitialized variable: dcacheHandle [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:512:23: error: Uninitialized variable: agpHandle [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_dri.c:673:7: style: Variable 'tom' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:210:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_AGP [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:245:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:299:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:345:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:336:68: style:inconclusive: Function 'I810XvMCCreateSubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:68:68: note: Function 'I810XvMCCreateSubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:336:68: note: Function 'I810XvMCCreateSubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:399:70: style:inconclusive: Function 'I810XvMCDestroySubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:70:70: note: Function 'I810XvMCDestroySubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:399:70: note: Function 'I810XvMCDestroySubpicture' argument 2 names different: declaration 'pSurf' definition 'pSubp'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:314:21: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_hwmc.c:326:21: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:83:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:254:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_WARNING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:352:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:389:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:425:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_memory.c:217:7: style: Variable 'tom' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:175:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86VideoAdaptorPtr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:324:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:380:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86VideoAdaptorRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:531:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:560:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:606:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadMatch [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:641:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:674:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:744:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:954:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIORITY_EXTREME [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1002:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1152:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1243:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1298:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1330:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pPortPrivates [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1339:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pPortPrivates [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1355:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pPortPrivates [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:1431:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86OffscreenImageRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_wmark.c:296:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:158:30: style:inconclusive: Function 'I810InitVideo' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810.h:319:37: note: Function 'I810InitVideo' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:158:30: note: Function 'I810InitVideo' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:324:21: style: Variable 'pPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:596:19: style: Variable 'pPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:641:21: style: Variable 'pPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:674:21: style: Variable 'pPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_video.c:744:21: style: Variable 'pPriv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:76:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:165:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:229:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:252:8: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:253:26: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:270:21: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:295:10: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/i810_xaa.c:253:26: style: Same expression '0' found multiple times in chain of '|' operators. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/atomic.h:86:0: error: #error xf86-video-intel requires atomic operations, please define them for your CPU/compiler. [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:94:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_LOCK_QUIESCENT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:140:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadContext [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:379:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadContext [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:433:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:596:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:625:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:646:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:665:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:686:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1197:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_TOP_FIELD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1311:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_TOP_FIELD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1500:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_TOP_FIELD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2447:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2849:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3269:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_RENDERING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3287:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3309:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3486:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3615:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3671:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3730:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3774:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3820:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadMatch [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3869:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4234:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_RENDERING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4254:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4289:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4366:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvAttribute [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4404:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4475:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_disasm.c:450:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_disasm.c:454:10: warning: Either the condition '!ctrl[id]' is redundant or there is possible null pointer dereference: ctrl[id]. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_disasm.c:449:6: note: Assuming that condition '!ctrl[id]' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_disasm.c:454:10: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_disasm.c:836:12: style: Variable 'space' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.c:82:27: style:inconclusive: Function 'brw_set_compression_control' argument 2 names different: declaration 'control' definition 'compression_control'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.h:1871:78: note: Function 'brw_set_compression_control' argument 2 names different: declaration 'control' definition 'compression_control'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.c:82:27: note: Function 'brw_set_compression_control' argument 2 names different: declaration 'control' definition 'compression_control'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.c:120:2: error: Overlapping read/write in memcpy() is undefined behavior [overlappingWriteFunction] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1045:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1110:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1169:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1279:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1464:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1546:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1683:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1863:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1946:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2077:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2208:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2391:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:324:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:391:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:406:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3101:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3421:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3442:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3573:38: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:108:3: error: Dereferencing 'pI810XvMC' after it is deallocated / released [deallocuse] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4005:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4006:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4007:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4008:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4010:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4011:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4012:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4013:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4015:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4016:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4017:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4018:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4094:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4095:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4096:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4097:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4099:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4100:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4101:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4102:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4104:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4105:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4106:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4107:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4184:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4185:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4186:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4187:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4189:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4190:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4191:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4192:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4194:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4195:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4196:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4197:4: portability: Casting between unsigned int * and float * which have an incompatible binary data representation. [invalidPointerCast] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2752:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2874:5: style: Statements following 'return' will never be executed. [unreachableCode] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:620:44: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:620:66: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:644:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:659:49: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:659:71: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:684:50: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:705:23: style: Parameter 'address' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:960:23: style: Parameter 'privPast' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:961:23: style: Parameter 'privFuture' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2411:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3286:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3286:67: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3302:48: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3302:70: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3605:47: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3610:20: style: Variable 'pI810XvMC' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3660:51: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3661:41: style: Parameter 'image' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3666:20: style: Variable 'pI810XvMC' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3768:52: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3769:20: style: Parameter 'palette' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3813:47: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3813:69: style: Parameter 'target_surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3814:42: style: Parameter 'subpicture' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3851:48: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4252:47: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4252:72: style: Parameter 'subpicture' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4282:51: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4343:53: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4343:75: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4345:20: style: Variable 'pI810XvMC' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4399:44: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4399:66: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4470:44: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4470:66: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:4472:20: style: Variable 'pI810XvMC' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:3172:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2766:64: warning: Uninitialized variable: pDMAu [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2523:28: note: Assuming condition is false xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2766:64: note: Uninitialized variable: pDMAu xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2774:64: warning: Uninitialized variable: pDMAv [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2523:28: note: Assuming condition is false xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2774:64: note: Uninitialized variable: pDMAv xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1045:13: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1110:13: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1169:13: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1683:15: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:1863:15: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2208:15: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/legacy/i810/xvmc/I810XvMC.c:2391:15: style: Variable 'block_ptr' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:541:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:544:4: note: Found duplicate branches for 'if' and 'else'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:541:9: note: Found duplicate branches for 'if' and 'else'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:184:21: style: Unsigned expression 'reg.hstride' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:185:21: style: Unsigned expression 'reg.vstride' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:186:19: style: Unsigned expression 'reg.width' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:187:37: style: Unsigned expression 'insn->header.execution_size' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1073:59: style:inconclusive: Function 'brw_WHILE' argument 2 names different: declaration 'patch_insn' definition 'do_insn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.h:2218:31: note: Function 'brw_WHILE' argument 2 names different: declaration 'patch_insn' definition 'do_insn'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1073:59: note: Function 'brw_WHILE' argument 2 names different: declaration 'patch_insn' definition 'do_insn'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1687:26: style:inconclusive: Function 'brw_dp_READ_4_vs_relative' argument 3 names different: declaration 'addrReg' definition 'addr_reg'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu.h:2197:26: note: Function 'brw_dp_READ_4_vs_relative' argument 3 names different: declaration 'addrReg' definition 'addr_reg'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1687:26: note: Function 'brw_dp_READ_4_vs_relative' argument 3 names different: declaration 'addrReg' definition 'addr_reg'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:43:54: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:83:45: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:787:26: style: Variable 'next_inst' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:822:35: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1133:26: style: Variable 'landing' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_eu_emit.c:1914:27: style: Variable 'insn' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test.c:41:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen4.c:142:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen4.c:153:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen4.c:165:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen4.c:177:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen4.c:189:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:142:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:153:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:164:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:175:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:186:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen5.c:197:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen6.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen6.c:189:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen6.c:200:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:123:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:134:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:145:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:156:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:167:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_test_gen7.c:178:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/fb/fb.h:61:0: error: #error "GLYPHPADBYTES must be 4" [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:450:50: style:inconclusive: Function 'brw_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:6:55: note: Function 'brw_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:450:50: note: Function 'brw_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:460:55: style:inconclusive: Function 'brw_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:7:60: note: Function 'brw_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:460:55: note: Function 'brw_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:475:58: style:inconclusive: Function 'brw_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:8:63: note: Function 'brw_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:475:58: note: Function 'brw_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:490:58: style:inconclusive: Function 'brw_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:9:63: note: Function 'brw_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:490:58: note: Function 'brw_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:595:54: style:inconclusive: Function 'brw_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:11:59: note: Function 'brw_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:595:54: note: Function 'brw_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:605:59: style:inconclusive: Function 'brw_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:12:64: note: Function 'brw_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:605:59: note: Function 'brw_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:620:62: style:inconclusive: Function 'brw_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:13:67: note: Function 'brw_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:620:62: note: Function 'brw_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:635:62: style:inconclusive: Function 'brw_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:14:67: note: Function 'brw_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:635:62: note: Function 'brw_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:650:58: style:inconclusive: Function 'brw_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:16:63: note: Function 'brw_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:650:58: note: Function 'brw_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:667:62: style:inconclusive: Function 'brw_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw.h:17:67: note: Function 'brw_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/brw/brw_wm.c:667:62: note: Function 'brw_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:387:21: style: Unsigned expression 'reg.hstride' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:393:22: style: Unsigned expression 'reg.vstride' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:397:19: style: Unsigned expression 'reg.width' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:400:32: style: Unsigned expression '__gen8_exec_size(inst)' can't be negative so it is unnecessary to test it. [unsignedPositive] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1160:51: style:inconclusive: Function 'gen8_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:6:56: note: Function 'gen8_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1160:51: note: Function 'gen8_wm_kernel__affine' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1170:56: style:inconclusive: Function 'gen8_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:7:61: note: Function 'gen8_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1170:56: note: Function 'gen8_wm_kernel__affine_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1184:59: style:inconclusive: Function 'gen8_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:8:64: note: Function 'gen8_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1184:59: note: Function 'gen8_wm_kernel__affine_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1198:59: style:inconclusive: Function 'gen8_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:9:64: note: Function 'gen8_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1198:59: note: Function 'gen8_wm_kernel__affine_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1282:55: style:inconclusive: Function 'gen8_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:11:60: note: Function 'gen8_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1282:55: note: Function 'gen8_wm_kernel__projective' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1292:60: style:inconclusive: Function 'gen8_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:12:65: note: Function 'gen8_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1292:60: note: Function 'gen8_wm_kernel__projective_mask' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1306:63: style:inconclusive: Function 'gen8_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:13:68: note: Function 'gen8_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1306:63: note: Function 'gen8_wm_kernel__projective_mask_ca' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1320:63: style:inconclusive: Function 'gen8_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:14:68: note: Function 'gen8_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1320:63: note: Function 'gen8_wm_kernel__projective_mask_sa' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1334:59: style:inconclusive: Function 'gen8_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:16:64: note: Function 'gen8_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1334:59: note: Function 'gen8_wm_kernel__affine_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1348:63: style:inconclusive: Function 'gen8_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.h:17:68: note: Function 'gen8_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:1348:63: note: Function 'gen8_wm_kernel__projective_opacity' argument 2 names different: declaration 'dispatch_width' definition 'dispatch'. xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:312:64: style: Parameter 'insn' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:322:36: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/sna/gen8_eu.c:315:12: style: union member 'Anonymous43::u' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel.h:492:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRAWABLE_PIXMAP [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.h:75:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:79:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_NONE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_batchbuffer.h:65:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_EXEC_RENDER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_batchbuffer.h:83:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:202:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_INFO [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:215:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:228:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:65:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:135:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:147:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:169:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:91:27: style: Variable 'priv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:197:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:60:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_3d.c:115:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:172:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:199:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PICT_a8 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:236:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_CHIP_I830_M [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:300:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_Y [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:358:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:393:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:407:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RepeatReflect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:468:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:582:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:672:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:877:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_3d.c:105:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_3d.c:111:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:346:19: style:inconclusive: Function 'i830_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:107:17: note: Function 'i830_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:346:19: note: Function 'i830_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:347:19: style:inconclusive: Function 'i830_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:107:37: note: Function 'i830_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:347:19: note: Function 'i830_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:348:19: style:inconclusive: Function 'i830_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:107:54: note: Function 'i830_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:348:19: note: Function 'i830_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:447:28: warning: Function 'i830_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' [funcArgOrderDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:111:33: note: Function 'i830_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:447:28: note: Function 'i830_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:859:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i830_render.c:519:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PICT_a8 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:181:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:201:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:236:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:247:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RepeatReflect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:318:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:489:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:672:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:853:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:959:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_VERTEX [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:1010:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:77:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CREATE_PIXMAP_USAGE_SCRATCH [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:964:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:862:16: style: Condition 'tex_count!=0' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:858:16: note: Assignment 'tex_count=1+(mask!=NULL)', assigned value is greater than 0 xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:862:16: note: Condition 'tex_count!=0' is always true xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:189:19: style:inconclusive: Function 'i915_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:120:17: note: Function 'i915_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:189:19: note: Function 'i915_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:190:19: style:inconclusive: Function 'i915_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:120:37: note: Function 'i915_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:190:19: note: Function 'i915_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:191:19: style:inconclusive: Function 'i915_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:120:54: note: Function 'i915_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:191:19: note: Function 'i915_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:649:28: warning: Function 'i915_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' [funcArgOrderDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:124:33: note: Function 'i915_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:649:28: note: Function 'i915_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:785:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:807:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:824:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:828:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:833:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_render.c:545:23: style: Variable 'tex_unit' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:74:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:82:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:143:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:168:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:195:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:203:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:57:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:61:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:81:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:84:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:112:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:115:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:121:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:125:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:129:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:166:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:173:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:179:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:202:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:226:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:246:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:271:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:409:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:425:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:57:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:81:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:84:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:92:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:112:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:115:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:121:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:125:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:129:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:166:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:173:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:179:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:202:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:226:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:246:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:271:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:409:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_3d.c:425:2: style: Same expression on both sides of '-'. [duplicateExpression] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:226:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:382:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:384:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:386:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:390:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:398:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:401:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:404:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:410:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i915_video.c:414:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:192:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:223:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RepeatReflect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:789:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:909:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_SAMPLER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:975:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_SAMPLER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:998:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1033:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1090:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1123:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1243:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1319:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_RENDER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1371:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_RENDER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1561:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1778:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2035:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2206:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_VERTEX [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2232:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2315:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2347:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2500:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2526:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2564:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2678:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2719:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2849:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:470:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_SAMPLER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:506:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_SAMPLER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:548:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_SAMPLER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:684:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:768:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:853:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:880:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1131:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOURCC_UYVY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1427:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable drm_intel_bo [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1489:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1524:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1585:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_VERTEX [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1618:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1668:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1704:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_VERTEX [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1735:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1820:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FOURCC_UYVY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1582:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1594:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1598:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1599:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1601:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1603:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1605:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1608:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1612:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1614:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1616:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:1711:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2282:4: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2741:8: style: Condition '0&&intel->gen6_render_state.drawrect==dw' is always false [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:181:19: style:inconclusive: Function 'i965_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:137:17: note: Function 'i965_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:181:19: note: Function 'i965_check_composite' argument 2 names different: declaration 'sourcec' definition 'source_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:182:19: style:inconclusive: Function 'i965_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:137:37: note: Function 'i965_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:182:19: note: Function 'i965_check_composite' argument 3 names different: declaration 'mask' definition 'mask_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:183:19: style:inconclusive: Function 'i965_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:137:54: note: Function 'i965_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:183:19: note: Function 'i965_check_composite' argument 4 names different: declaration 'dest' definition 'dest_picture'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2021:28: warning: Function 'i965_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' [funcArgOrderDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:140:33: note: Function 'i965_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:2021:28: note: Function 'i965_prepare_composite' argument order different: declaration 'op, sourcec, mask, dest, sourcecPixmap, maskPixmap, destPixmap' definition 'op, source_picture, mask_picture, dest_picture, source, mask, dest' xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_render.c:723:7: style: struct member '_brw_cc_unit_state_padded::pad' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:906:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:907:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:915:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:917:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:918:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:920:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:922:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:924:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:927:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:929:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:931:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:933:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:937:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1012:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1322:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:1595:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:388:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:485:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/i965_video.c:535:31: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_batchbuffer.c:147:2: error: There is an unknown macro here somewhere. Configuration is required. If list_for_each_entry is a macro then please configure it. [unknownMacro] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:100:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_VBLANK_HIGH_CRTC_SHIFT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:136:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIN_DRI2 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:177:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRI2BufferFrontLeft [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:254:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable driverPrivate [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:409:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRI2BufferFrontLeft [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:536:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pScreen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRI_DRIVER_PATH [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1499:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1562:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_WARNING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:168:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:193:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTION_BACKLIGHT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:225:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayModeRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:278:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_DISPLAY_MODE_LEN [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:313:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:415:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:478:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:534:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:570:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NullPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:584:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:638:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:769:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_MODE_CONNECTOR_LVDS [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:786:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:818:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MODE_PANEL [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:846:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_MODE_PROP_BLOB [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:924:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable M_T_PREFERRED [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:977:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DisplayModeRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1114:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1139:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1193:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_MODE_PROP_RANGE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1270:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XA_INTEGER [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1344:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1511:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_MODE_PROP_BLOB [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1608:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable driver_private [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1709:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable driver_private [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1877:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1893:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1910:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1919:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_VBLANK_HIGH_CRTC_SHIFT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1936:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_VBLANK_RELATIVE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1999:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2123:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POLLIN [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2182:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable encoder_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2207:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2321:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable crtc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2361:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2399:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NullPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2424:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NullPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2479:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable driver_private [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2526:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1550:35: style:inconclusive: Function 'I830DRI2ScreenInit' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel.h:462:35: note: Function 'I830DRI2ScreenInit' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1550:35: note: Function 'I830DRI2ScreenInit' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1634:36: style:inconclusive: Function 'I830DRI2CloseScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel.h:463:36: note: Function 'I830DRI2CloseScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1634:36: note: Function 'I830DRI2CloseScreen' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:154:59: style: Parameter 'attachments' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:159:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:408:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri.c:1525:58: style: Parameter 'intel' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1852:2: error: Memory leak: q [memleak] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri3.c:51:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri3.c:99:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIN_DRI3 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_dri3.c:126:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PIN_DRI3 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:193:2: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1061:45: style:inconclusive: Function 'intel_output_dpms' argument 2 names different: declaration 'mode' definition 'dpms'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:152:45: note: Function 'intel_output_dpms' argument 2 names different: declaration 'mode' definition 'dpms'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1061:45: note: Function 'intel_output_dpms' argument 2 names different: declaration 'mode' definition 'dpms'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2058:19: style:inconclusive: Function 'intel_pageflip_handler' argument 3 names different: declaration 'frame' definition 'msc'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1690:34: note: Function 'intel_pageflip_handler' argument 3 names different: declaration 'frame' definition 'msc'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2058:19: note: Function 'intel_pageflip_handler' argument 3 names different: declaration 'frame' definition 'msc'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2196:38: style:inconclusive: Function 'intel_mode_pre_init' argument 1 names different: declaration 'pScrn' definition 'scrn'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel.h:350:45: note: Function 'intel_mode_pre_init' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2196:38: note: Function 'intel_mode_pre_init' argument 1 names different: declaration 'pScrn' definition 'scrn'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1204:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1220:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:574:50: style: Parameter 'data' can be declared as pointer to const. However it seems that 'intel_crtc_shadow_create' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:719:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:574:50: note: Parameter 'data' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:616:76: style: Parameter 'data' can be declared as pointer to const. However it seems that 'intel_crtc_shadow_destroy' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:721:20: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:616:76: note: Parameter 'data' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:809:23: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:993:21: style: Variable 'mode_ptr' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1106:23: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1337:23: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1426:24: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2097:10: style: Variable 'read_mask' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2143:23: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2143:63: style: Variable 'clone_drmout' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2348:21: style: Variable 'intel_crtc' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2419:21: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2561:25: style: Variable 'intel_output' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1879:24: error: Uninitialized variables: q.list, q.crtc, q.seq, q.scrn, q.handler, q.abort [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1894:10: error: Uninitialized variable: q->seq [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:1911:10: error: Uninitialized variable: q->scrn [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:2000:10: error: Uninitialized variable: q->seq [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:185:36: style: Variable 'intel_output' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_display.c:186:30: style: Variable 'intel' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:104:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable red [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:163:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:212:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:253:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_CONFIG [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:272:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_CHIP_I865_G [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_PROBED [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:338:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_I915_GETPARAM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:349:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_PARAM_HAS_BLT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:354:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_PARAM_HAS_RELAXED_FENCING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:365:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:446:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:678:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:724:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:869:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1083:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1098:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1115:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1134:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable arg [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1141:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1208:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable V_INTERLACE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1234:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable scrn [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:1294:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:52:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:65:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intel_xvmc_hw_context [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:200:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:40:14: style: Parameter 'num_priv' can be declared as pointer to const. However it seems that 'create_subpicture' is a callback function, if 'num_priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:228:30: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:40:14: note: Parameter 'num_priv' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:50:11: style: Parameter 'num_priv' can be declared as pointer to const. However it seems that 'create_surface' is a callback function, if 'num_priv' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:226:26: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:50:11: note: Parameter 'num_priv' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_hwmc.c:194:21: style: Variable 'pci' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:87:55: style: Parameter 'indices' can be declared as pointer to const. However it seems that 'I830LoadPalette' is a callback function, if 'indices' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:998:6: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:87:55: note: Parameter 'indices' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:159:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_driver.c:375:28: style: Variable 'device' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:125:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_Y [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:165:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:201:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_NONE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:291:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_X [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:64:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_VBLANK_HIGH_CRTC_SHIFT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:173:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:250:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:323:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:370:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:410:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:417:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PresentCapabilityAsync [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:201:43: style: Variable 'event' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:202:43: style: Variable 'match' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_present.c:245:27: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:93:58: style: Parameter 'intel' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:121:45: style: Parameter 'intel' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_memory.c:142:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_sync.c:87:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:111:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_EXEC_BLT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:125:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_EXEC_BLT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:140:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:164:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:188:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:211:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:260:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:298:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:336:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:403:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:452:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:493:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:515:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:541:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:557:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:576:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_NONE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:641:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_ERROR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:691:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_WARNING [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:725:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:782:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:854:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:887:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_TILING_NONE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:969:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_I915_GEM_THROTTLE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:992:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NullPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1088:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1100:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1262:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTION_ACCEL_METHOD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1273:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTION_ACCEL_METHOD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1318:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:97:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:142:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable unused [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:235:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:328:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86VideoAdaptorRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:254:22: style: Condition 'xvmc_passthrough(id)' is always false [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:254:22: note: Calling function 'xvmc_passthrough' returns 0 xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa_video.c:254:22: note: Condition 'xvmc_passthrough(id)' is always false xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:529:45: style:inconclusive: Function 'intel_uxa_get_transformed_coordinates_3d' argument 6 names different: declaration 'z_out' definition 'w_out'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:189:44: note: Function 'intel_uxa_get_transformed_coordinates_3d' argument 6 names different: declaration 'z_out' definition 'w_out'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:529:45: note: Function 'intel_uxa_get_transformed_coordinates_3d' argument 6 names different: declaration 'z_out' definition 'w_out'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1091:50: style:inconclusive: Function 'intel_uxa_create_screen_resources' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:86:50: note: Function 'intel_uxa_create_screen_resources' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1091:50: note: Function 'intel_uxa_create_screen_resources' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1303:31: style:inconclusive: Function 'intel_uxa_init' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.h:85:31: note: Function 'intel_uxa_init' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1303:31: note: Function 'intel_uxa_init' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:136:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:180:49: style: Parameter 'intel' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:184:27: style: Variable 'priv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:563:27: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:572:60: style: Parameter 'intel' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:679:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_uxa.c:1289:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:172:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86VideoAdaptorPtr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:297:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadMatch [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:336:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:505:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:573:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_CHIP_I830_M [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:645:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:673:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:744:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:781:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PCI_CHIP_845_G [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:872:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable milliseconds [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:889:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable milliseconds [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:92:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_PARAM_HAS_OVERLAY [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:104:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_OVERLAY_UPDATE_ATTRS [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:127:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_I915_OVERLAY_PUT_IMAGE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:140:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:211:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_OVERLAY_ENABLE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:345:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:409:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:459:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XF86VideoAdaptorRec [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:160:33: style:inconclusive: Function 'intel_video_init' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel.h:455:40: note: Function 'intel_video_init' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:160:33: note: Function 'intel_video_init' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:262:24: style: Variable 'intel' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:263:25: style: Variable 'adaptor_priv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:325:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video.c:437:17: style: Variable 's' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/intel_video_overlay.c:101:25: style: Variable 'adaptor_priv' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:275:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopyInverted [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:55:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FillSolid [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:117:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:353:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:513:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FillSolid [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:549:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineSolid [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:606:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CapNotLast [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:647:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LineSolid [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:693:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pScreen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:876:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NullBox [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:903:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:950:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:1059:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:124:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:151:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:217:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:270:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpSrc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:326:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXSHORT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:374:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:469:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PixmapWidthPaddingInfo [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:757:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PICT_a8 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:948:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SourcePictTypeSolidFill [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:992:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable format [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-accel.c:490:16: style: Variable 'uxa_screen' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:1012:24: style: Condition 'uxa_glyphs_to_dst(op,pSrc,pDst,xSrc,ySrc,nlist,list,glyphs)' is always false [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:1012:24: note: Calling function 'uxa_glyphs_to_dst' returns 0 xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:1012:24: note: Condition 'uxa_glyphs_to_dst(op,pSrc,pDst,xSrc,ySrc,nlist,list,glyphs)' is always false xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:302:31: style:inconclusive: Function 'uxa_glyph_unrealize' argument 1 names different: declaration 'pScreen' definition 'screen'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:422:31: note: Function 'uxa_glyph_unrealize' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:302:31: note: Function 'uxa_glyph_unrealize' argument 1 names different: declaration 'pScreen' definition 'screen'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:303:16: style:inconclusive: Function 'uxa_glyph_unrealize' argument 2 names different: declaration 'pGlyph' definition 'glyph'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:423:16: note: Function 'uxa_glyph_unrealize' argument 2 names different: declaration 'pGlyph' definition 'glyph'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:303:16: note: Function 'uxa_glyph_unrealize' argument 2 names different: declaration 'pGlyph' definition 'glyph'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:321:35: style: Parameter 'glyphs' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:368:63: style: Parameter 'glyphs' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:889:46: style: Parameter 'glyphs' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-glyphs.c:947:15: style: Variable 'source' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:60:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FillTiled [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:69:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:105:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:123:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:138:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:154:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:177:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:198:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:212:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:236:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:259:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:287:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:306:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:325:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:344:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:367:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:387:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-unaccel.c:412:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __FUNCTION__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1562:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PolyEdgeSharp [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1599:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1693:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpAdd [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1811:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1905:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpAdd [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:61:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRAWABLE_WINDOW [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:151:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:232:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCTile [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:280:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:289:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BackgroundPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:309:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BackgroundPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:321:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:357:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable screen [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:443:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:568:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:125:48: style:inconclusive: Function 'uxa_get_offscreen_pixmap' argument 1 names different: declaration 'pDrawable' definition 'drawable'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:330:48: note: Function 'uxa_get_offscreen_pixmap' argument 1 names different: declaration 'pDrawable' definition 'drawable'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:125:48: note: Function 'uxa_get_offscreen_pixmap' argument 1 names different: declaration 'pDrawable' definition 'drawable'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:344:52: style:inconclusive: Function 'uxa_set_force_fallback' argument 2 names different: declaration 'enable' definition 'value'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.h:573:52: note: Function 'uxa_set_force_fallback' argument 2 names different: declaration 'enable' definition 'value'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa.c:344:52: note: Function 'uxa_set_force_fallback' argument 2 names different: declaration 'enable' definition 'value'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1679:37: style:inconclusive: Function 'uxa_trapezoids' argument 2 names different: declaration 'pSrc' definition 'src'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:374:37: note: Function 'uxa_trapezoids' argument 2 names different: declaration 'pSrc' definition 'src'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1679:37: note: Function 'uxa_trapezoids' argument 2 names different: declaration 'pSrc' definition 'src'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1679:53: style:inconclusive: Function 'uxa_trapezoids' argument 3 names different: declaration 'pDst' definition 'dst'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-priv.h:374:54: note: Function 'uxa_trapezoids' argument 3 names different: declaration 'pDst' definition 'dst'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1679:53: note: Function 'uxa_trapezoids' argument 3 names different: declaration 'pDst' definition 'dst'. xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1684:16: style: Variable 'uxa_screen' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/src/uxa/uxa-render.c:1894:16: style: Variable 'uxa_screen' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/DrawSegments.c:54:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/DrawSegments.c:72:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCForeground [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/DrawSegments.c:92:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/DrawSegments.c:189:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea-size.c:26:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCGraphicsExposures [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyplane.c:26:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCGraphicsExposures [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyplane.c:39:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyplane.c:49:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea.c:66:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea.c:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea.c:149:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea.c:161:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-copyarea.c:237:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-fillrect.c:50:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCForeground [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-fillrect.c:69:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-fillrect.c:119:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-fillrect.c:131:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-fillrect.c:205:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-putimage.c:58:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-putimage.c:82:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-putimage.c:139:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-putimage.c:152:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-putimage.c:218:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-lines.c:54:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-lines.c:66:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-lines.c:93:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:19:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCForeground [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:27:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:37:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:78:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:120:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-rectangle.c:162:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:18:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:26:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:57:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:82:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:119:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:37:6: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:37:6: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:100:6: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stress.c:100:6: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:30:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FillStippled [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:51:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:61:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:164:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-string.c:25:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCForeground [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-string.c:36:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-string.c:46:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:78:28: style: Modulo of one is always equal to zero [moduloofone] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:129:28: style: Modulo of one is always equal to zero [moduloofone] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-stippledrect.c:190:28: style: Modulo of one is always equal to zero [moduloofone] xserver-xorg-video-intel-2.99.917+git20210115/test/cursor-test.c:59:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAIRO_FORMAT_A1 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/cursor-test.c:110:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardARGB32 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:75:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:116:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:126:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:199:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:263:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:328:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:50:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:74:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:94:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sequence [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:138:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:264:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:394:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:522:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:636:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:75:15: style: Variable 'val.function' is reassigned a value before the old one has been used. [redundantAssignment] xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:74:15: note: val.function is assigned xserver-xorg-video-intel-2.99.917+git20210115/test/basic-tiledrect.c:75:15: note: val.function is overwritten xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:392:3: error: Resource leak: mgr [resourceLeak] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:634:3: error: Resource leak: mgr [resourceLeak] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:48:29: style: Parameter 'dpy' can be declared as pointer to const. However it seems that 'x_error' is a callback function, if 'dpy' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:794:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:48:29: note: Parameter 'dpy' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:48:47: style: Parameter 'e' can be declared as pointer to const. However it seems that 'x_error' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:794:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-race.c:48:47: note: Parameter 'e' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-swap.c:31:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-swap.c:66:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZPixmap [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-swap.c:97:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:131:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:149:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:167:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XA_ATOM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:211:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:58:21: style: Parameter 'event' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:212:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-speed.c:58:21: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:43:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:61:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:122:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sequence [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:155:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:297:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentTime [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:126:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:134:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2CopyRegion [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:184:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2QueryVersion [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:230:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2Connect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:286:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2Authenticate [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:313:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2CreateDrawable [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:332:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2DestroyDrawable [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:356:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2GetBuffers [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:422:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xFalse [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:469:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X_DRI2CopyRegion [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:104:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:104:3: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2-test.c:303:16: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:158:30: style:inconclusive: Function 'DRI2QueryExtension' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:51:30: note: Function 'DRI2QueryExtension' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:158:30: note: Function 'DRI2QueryExtension' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:172:28: style:inconclusive: Function 'DRI2QueryVersion' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:54:28: note: Function 'DRI2QueryVersion' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:172:28: note: Function 'DRI2QueryVersion' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:219:23: style:inconclusive: Function 'DRI2Connect' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:57:23: note: Function 'DRI2Connect' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:219:23: note: Function 'DRI2Connect' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:275:28: style:inconclusive: Function 'DRI2Authenticate' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:61:28: note: Function 'DRI2Authenticate' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:275:28: note: Function 'DRI2Authenticate' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:303:30: style:inconclusive: Function 'DRI2CreateDrawable' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:64:30: note: Function 'DRI2CreateDrawable' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:303:30: note: Function 'DRI2CreateDrawable' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:320:31: style:inconclusive: Function 'DRI2DestroyDrawable' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:67:31: note: Function 'DRI2DestroyDrawable' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:320:31: note: Function 'DRI2DestroyDrawable' argument 1 names different: declaration 'display' definition 'dpy'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:320:40: style:inconclusive: Function 'DRI2DestroyDrawable' argument 2 names different: declaration 'handle' definition 'drawable'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.h:67:44: note: Function 'DRI2DestroyDrawable' argument 2 names different: declaration 'handle' definition 'drawable'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:320:40: note: Function 'DRI2DestroyDrawable' argument 2 names different: declaration 'handle' definition 'drawable'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:114:39: style: Parameter 'event' can be declared as pointer to const. However it seems that 'DRI2EventToWire' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:212:61: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:114:39: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:130:37: style: Parameter 'err' can be declared as pointer to const. However it seems that 'DRI2Error' is a callback function, if 'err' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:73:3: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:130:37: note: Parameter 'err' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:130:53: style: Parameter 'codes' can be declared as pointer to const. However it seems that 'DRI2Error' is a callback function, if 'codes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:73:3: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:130:53: note: Parameter 'codes' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:341:30: style: Parameter 'attachments' can be declared as pointer to const. However it seems that 'DRI2GetBuffers' is a callback function, if 'attachments' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:413:16: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:341:30: note: Parameter 'attachments' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/dri2.c:400:40: style: Parameter 'attachments' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/dri3-test.c:39:0: error: #error Failed to find the right header for X11 MIT-SHM protocol definitions [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/test/dri3.c:136:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_dri3_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri3.c:166:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/dri3.c:70:71: style:inconclusive: Function 'dri3_create_fence' argument 3 names different: declaration 'out' definition 'fence'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/dri3.h:46:71: note: Function 'dri3_create_fence' argument 3 names different: declaration 'out' definition 'fence'. xserver-xorg-video-intel-2.99.917+git20210115/test/dri3.c:70:71: note: Function 'dri3_create_fence' argument 3 names different: declaration 'out' definition 'fence'. xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:114:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpSrc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:154:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RepeatNormal [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:330:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:357:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:389:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:421:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:456:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:174:85: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_linear_horizontal' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:313:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:174:85: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:183:83: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_linear_vertical' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:314:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:183:83: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:192:83: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_linear_diagonal' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:315:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:192:83: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:201:85: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_radial_concentric' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:316:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:201:85: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:221:82: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_radial_generic' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:317:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:221:82: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:297:36: style: Parameter 't' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:298:48: style: Parameter 't' can be declared as pointer to const. However it seems that 'source_shm' is a callback function, if 't' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:312:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:298:48: note: Parameter 't' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:298:71: style: Parameter 'target' can be declared as pointer to const. However it seems that 'source_shm' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:312:4: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:298:71: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/lowlevel-blt-bench.c:57:14: style: struct member 'format::name' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:27:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpSrc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:70:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:78:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GXcopy [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:109:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:134:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCFunction [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:172:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-race.c:45:0: error: #error Failed to find the right header for X11 MIT-SHM protocol definitions [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:14:15: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:14:15: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:89:6: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:89:6: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:152:6: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/mixed-stress.c:152:6: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/present-test.c:45:0: error: #error Failed to find the right header for X11 MIT-SHM protocol definitions [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:211:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XCB_PRESENT_OPTION_ASYNC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:409:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:648:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:701:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:731:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:783:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_dri3_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:799:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_xfixes_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:829:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:841:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XA_ATOM [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:877:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentTime [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:976:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid-mask.c:45:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid-mask.c:55:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid.c:47:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid.c:104:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid.c:116:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-composite-solid.c:192:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:275:4: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:246:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:275:4: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:276:31: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:246:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:276:31: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:283:9: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:246:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:283:9: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:513:4: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:484:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:513:4: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:514:37: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:484:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:514:37: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:521:9: warning: Either the condition 'b==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:484:20: note: Assuming that condition 'b==NULL' is not redundant xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:521:9: note: Null pointer dereference xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:121:21: style: Parameter 'event' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:977:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:121:21: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:189:9: style: Variable 'fds' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:263:41: style: Variable 'ie' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:421:10: style: Variable 'fds' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:501:41: style: Variable 'ie' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:231:4: error: Uninitialized variable: tmp [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:317:3: error: Uninitialized variable: b [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:469:4: error: Uninitialized variable: tmp [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/test/present-speed.c:557:4: error: Uninitialized variable: b [uninitvar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copy-alphaless.c:50:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardRGB24 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copy-alphaless.c:81:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copy-alphaless.c:134:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copy-alphaless.c:146:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copy-alphaless.c:224:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-mask.c:33:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-mask.c:72:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-mask.c:82:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-size.c:21:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardARGB32 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-size.c:81:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpSrc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-size.c:19:15: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea-size.c:19:15: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:63:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:98:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:153:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:165:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill-copy.c:39:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPRepeat [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill-copy.c:70:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill-copy.c:126:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill-copy.c:138:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill-copy.c:216:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:49:15: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/render-copyarea.c:49:15: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:43:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:94:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GLYPHS [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:202:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GLYPHS [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:352:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill.c:44:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill.c:96:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill.c:108:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-fill.c:184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:32:35: style: Parameter 'display' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:431:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:32:35: note: Parameter 'display' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:33:21: style: Parameter 'event' can be declared as pointer to const. However it seems that '_check_error_handler' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:431:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:33:21: note: Parameter 'event' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/test/render-glyphs.c:24:8: style: struct member 'clip::func' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:30:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardA1 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:113:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:155:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:221:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:231:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PolyEdgeSharp [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:274:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:371:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:495:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpSrc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:524:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:27:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardA1 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:89:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:146:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:158:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:239:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:347:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:425:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPPolyEdge [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid.c:451:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:95:15: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:95:15: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:483:15: style: Local variable 'color' shadows outer function [shadowFunction] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:101:24: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/test/render-trapezoid-image.c:483:15: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/test/shm-test.c:39:0: error: #error Failed to find the right header for X11 MIT-SHM protocol definitions [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:17:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CPPolyEdge [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:25:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictStandardA1 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:52:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PictOpClear [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:60:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:67:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] xserver-xorg-video-intel-2.99.917+git20210115/test/render-triangle.c:80:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:24:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:110:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_PRIVATE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:139:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OUT [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:165:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:89:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] xserver-xorg-video-intel-2.99.917+git20210115/test/test_display.c:159:65: style: Parameter 'tv' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/test_log.c:12:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:218:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AllPlanes [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:260:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSBFirst [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_render.c:51:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CWOverrideRedirect [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:251:24: style: Return value '*((char*)&x)==1' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:250:10: note: Assignment 'x=1', assigned value is 1 xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:251:24: note: Return value '*((char*)&x)==1' is always true xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:260:48: style: Condition '_native_byte_order_lsb()' is always true [knownConditionTrueFalse] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:250:10: note: Assignment 'x=1', assigned value is 1 xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:260:48: note: Calling function '_native_byte_order_lsb' returns 1 xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:260:48: note: Condition '_native_byte_order_lsb()' is always true xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:193:32: style:inconclusive: Function 'test_compare' argument 1 names different: declaration 'out' definition 't'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/test/test.h:47:32: note: Function 'test_compare' argument 1 names different: declaration 'out' definition 't'. xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:193:32: note: Function 'test_compare' argument 1 names different: declaration 'out' definition 't'. xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:71:45: style: Parameter 'out_format' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:72:45: style: Parameter 'ref_format' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/test_image.c:257:22: style: Parameter 'format' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/test/xvidmode.c:28:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dotclock [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/backlight_helper.c:33:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/backlight_helper.c:57:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/dri3info.c:71:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_dri3_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/dri3info.c:90:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/dri3info.c:141:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DRM_IOCTL_VERSION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/dri3info.c:240:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:65:7: style: Local variable 'x' shadows outer variable [shadowVariable] xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:42:11: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:65:7: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:65:10: style: Local variable 'y' shadows outer variable [shadowVariable] xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:42:14: note: Shadowed declaration xserver-xorg-video-intel-2.99.917+git20210115/tools/cursor.c:65:10: note: Shadow variable xserver-xorg-video-intel-2.99.917+git20210115/tools/virtual.c:41:0: error: #error Failed to find the right header for X11 MIT-SHM protocol definitions [preprocessorErrorDirective] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_private.h:199:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_SETMASK [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_private.h:204:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_SETMASK [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:369:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:412:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dw2 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:560:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tm0 [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:707:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:743:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_DCT_TYPE_FIELD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:762:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_MB_TYPE_MOTION_FORWARD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:804:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_MB_TYPE_MOTION_FORWARD [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:909:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:961:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadContext [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1033:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:238:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:310:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:339:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:359:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:445:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:496:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:535:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:580:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:590:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:629:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:666:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:705:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:859:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:463:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:464:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:465:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:466:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:241:64: style: Parameter 'context' can be declared as pointer to const. However it seems that 'destroy_context' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:878:21: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:241:64: note: Parameter 'context' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:472:49: style: Parameter 'media_state' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:182:10: style: struct member 'surface_obj::bo' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:421:17: style: struct member 'Anonymous136::pad' is never used. [unusedStructMember] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i965_xvmc.c:703:11: style: Variable 'i965_ctx' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:386:26: style: Parameter 'dest' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:718:77: style: Parameter 'mb' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:734:28: style: Parameter 'mb' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:958:19: style: Variable 'pI915XvMC' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1002:50: style: Parameter 'display' can be declared as pointer to const. However it seems that 'i915_xvmc_mc_render_surface' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1224:20: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1002:50: note: Parameter 'display' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1005:26: style: Parameter 'past_surface' can be declared as pointer to const. However it seems that 'i915_xvmc_mc_render_surface' is a callback function, if 'past_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1224:20: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1005:26: note: Parameter 'past_surface' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1006:26: style: Parameter 'future_surface' can be declared as pointer to const. However it seems that 'i915_xvmc_mc_render_surface' is a callback function, if 'future_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1224:20: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1006:26: note: Parameter 'future_surface' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:1020:9: style: Variable 'block_ptr' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:357:14: style: Variable 'mem_select' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:360:14: style: Variable 'mem_select' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:699:14: style: Variable 'mem_select' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:702:14: style: Variable 'mem_select' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/i915_xvmc.c:960:18: style: Variable 'pI915XvMC' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_batchbuffer.c:79:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:124:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xcb_dri2_id [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:207:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:356:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadContext [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadContext [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:460:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:487:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:509:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:530:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:553:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadValue [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:586:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:647:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:680:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:698:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:719:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:738:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XvMCBadSurface [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:762:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:783:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:809:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:825:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:843:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:878:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:918:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:935:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:953:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:974:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1016:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1036:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1047:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1057:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1067:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1078:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_batchbuffer.c:67:10: style: Variable 'bo' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_batchbuffer.c:134:23: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:80:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XVMC_FRAME_PICTURE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:266:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:274:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:284:6: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:281:6: note: ret is assigned xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:284:6: note: ret is overwritten xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:107:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:107:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:199:32: style: Variable 'comm' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:482:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:482:68: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:506:46: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:525:50: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:525:73: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:549:51: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:22: style:inconclusive: Function 'intel_xvmc_dump_render' argument 3 names different: declaration 'target_surface' definition 'target'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_private.h:231:22: note: Function 'intel_xvmc_dump_render' argument 3 names different: declaration 'target_surface' definition 'target'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:22: note: Function 'intel_xvmc_dump_render' argument 3 names different: declaration 'target_surface' definition 'target'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:636:66: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:44: style:inconclusive: Function 'intel_xvmc_dump_render' argument 4 names different: declaration 'past_surface' definition 'past'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_private.h:232:22: note: Function 'intel_xvmc_dump_render' argument 4 names different: declaration 'past_surface' definition 'past'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:44: note: Function 'intel_xvmc_dump_render' argument 4 names different: declaration 'past_surface' definition 'past'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:677:44: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:62:22: style:inconclusive: Function 'intel_xvmc_dump_render' argument 5 names different: declaration 'future_surface' definition 'future'. [funcArgNamesDifferent] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_private.h:233:22: note: Function 'intel_xvmc_dump_render' argument 5 names different: declaration 'future_surface' definition 'future'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:62:22: note: Function 'intel_xvmc_dump_render' argument 5 names different: declaration 'future_surface' definition 'future'. xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:677:67: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:695:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:695:68: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:715:49: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:715:72: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:735:44: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:735:67: style: Parameter 'surface' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1013:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:36:8: style: Variable 'd' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1013:68: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:59:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1033:45: style: Parameter 'display' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:22: style: Parameter 'target' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1033:68: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:61:44: style: Parameter 'past' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:1034:28: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:62:22: style: Parameter 'future' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:69:18: style: Variable 'mb' can be declared as pointer to const [constVariablePointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc.c:357:9: style: Variable 'screen' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/intel_xvmc_dump.c:41:9: style: Variable 'd' is assigned a value that is never used. [unreadVariable] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:391:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:430:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:454:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:527:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:541:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:571:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:606:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:626:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:634:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:656:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:720:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:737:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:796:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:821:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:865:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:922:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:936:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:969:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable I915_GEM_DOMAIN_INSTRUCTION [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:999:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BadAlloc [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1049:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Success [valueFlowBailoutIncompleteVar] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:831:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:832:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:833:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:834:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:835:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:836:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:837:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:842:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:843:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:844:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:845:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:846:3: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:911:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:921:2: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:492:62: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:620:64: style: Parameter 'context' can be declared as pointer to const. However it seems that 'destroy_context' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1218:21: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:620:64: note: Parameter 'context' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:781:62: style: Parameter 'context' can be declared as pointer to const. However it seems that 'begin_surface' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1220:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:781:62: note: Parameter 'context' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:782:22: style: Parameter 'target' can be declared as pointer to const. However it seems that 'begin_surface' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1220:19: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:782:22: note: Parameter 'target' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:818:35: style: Parameter 'display' can be declared as pointer to const. However it seems that 'put_slice' is a callback function, if 'display' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1222:15: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:818:35: note: Parameter 'display' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:818:58: style: Parameter 'context' can be declared as pointer to const. However it seems that 'put_slice' is a callback function, if 'context' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1222:15: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:818:58: note: Parameter 'context' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:819:19: style: Parameter 'slice' can be declared as pointer to const. However it seems that 'put_slice' is a callback function, if 'slice' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1222:15: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:819:19: note: Parameter 'slice' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:824:62: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:976:59: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:977:20: style: Parameter 'slice' can be declared as pointer to const [constParameterPointer] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1022:23: style: Parameter 'target_surface' can be declared as pointer to const. However it seems that 'render_surface' is a callback function, if 'target_surface' is declared with const you might also need to cast function pointer(s). [constParameterCallback] xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1221:20: note: You might need to cast the function pointer here xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:1022:23: note: Parameter 'target_surface' can be declared as pointer to const xserver-xorg-video-intel-2.99.917+git20210115/xvmc/xvmc_vld.c:320:10: style: struct member 'surface_obj::bo' is never used. [unusedStructMember] diff: DONE