diff options
author | Priyanka Dandamudi <priyanka.dandamudi@intel.com> | 2023-10-27 10:55:07 +0530 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 11:43:31 -0500 |
commit | b8d70702def26d7597eded092fe43cc584c0d064 (patch) | |
tree | e3379c1476308aeca0844eb4e04b62e8b0021273 /drivers/gpu/drm/xe/xe_wa.c | |
parent | 65e95735882329632559cf71c9efbb4981473b07 (diff) | |
download | lwn-b8d70702def26d7597eded092fe43cc584c0d064.tar.gz lwn-b8d70702def26d7597eded092fe43cc584c0d064.zip |
drm/xe/xe_exec_queue: Add check for access counter granularity
Add conditional check for access counter granularity.
This check will return -EINVAL if granularity is beyond 64M
which is a hardware limitation.
v2: Defined
XE_ACC_GRANULARITY_128K 0
XE_ACC_GRANULARITY_2M 1
XE_ACC_GRANULARITY_16M 2
XE_ACC_GRANULARITY_64M 3
as part of uAPI.
So, that user can also use it.(Oak)
v3: Move uAPI to proper location and give proper
documentation.(Brian, Oak)
Cc: Oak Zeng <oak.zeng@intel.com>
Cc: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Cc: Brian Welty <brian.welty@intel.com>
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Reviewed-by: Oak Zeng <oak.zeng@intel.com>
Reviewed-by: Oak Zeng <oak.zeng@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_wa.c')
0 files changed, 0 insertions, 0 deletions