summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
diff options
context:
space:
mode:
authorBen Widawsky <[email protected]>2016-04-11 09:49:41 -0700
committerBen Widawsky <[email protected]>2016-04-14 15:13:22 -0700
commita8975a91cc0ae02d1d644f62a108172eb630ca0f (patch)
tree50c1803e46eb3d9640dc647429d00504d93e3a22 /src/mesa/state_tracker
parentaed975d5c510135c54252746b44d663d094ecb1e (diff)
i965: Make intel_get_param return an int
This will fix the spurious error message: "Failed to query GPU properties." that was unintentionally added in cc01b63d730. This patch changes the function to return an int so that the caller is able to do stuff based on the return value. The equivalent of this patch was in the original series that fixed up the warning, but I dropped it at the last moment. It is required to make the desired behavior of not warning when trying to query GPU properties from the kernel unless there is something the user can do about it. v2: Use strerror (Jason) Make EINVAL check similar in all places (Ian) NOTE: Broadwell appears to actually have some issue where the kernel returns ENODEV when it shouldn't be. I will investigate this separately. Reported-by: Chris Forbes <[email protected]> Signed-off-by: Ben Widawsky <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Alejandro PiƱeiro <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions