My Project
Macros | Functions
mali_kbase_hw.h File Reference
#include "mali_kbase_defs.h"

Go to the source code of this file.

Macros

#define kbase_hw_has_issue(kbdev, issue)   test_bit(issue, &(kbdev)->hw_issues_mask[0])
 Tell whether a work-around should be enabled.
 
#define kbase_hw_has_feature(kbdev, feature)   test_bit(feature, &(kbdev)->hw_features_mask[0])
 Tell whether a feature is supported.
 

Functions

int kbase_hw_set_issues_mask (struct kbase_device *kbdev)
 Set the HW issues mask depending on the GPU ID.
 
void kbase_hw_set_features_mask (struct kbase_device *kbdev)
 Set the features mask depending on the GPU ID.
 

Detailed Description

Run-time work-arounds helpers