diff options
author | Dave Airlie <airlied@redhat.com> | 2021-06-11 04:50:47 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-06-11 05:00:58 +0200 |
commit | 0666cba1f5b2bfbf17aab9fb7b0dbbb597213441 (patch) | |
tree | 734cb4dae214bbea2df3fff3b552ed8b476bf76d /include | |
parent | Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag... (diff) | |
parent | drm/etnaviv: add HWDB entry for GC7000 rev 6204 (diff) | |
download | linux-0666cba1f5b2bfbf17aab9fb7b0dbbb597213441.tar.xz linux-0666cba1f5b2bfbf17aab9fb7b0dbbb597213441.zip |
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next
- remove redundant NULL checks by various people
- fix sparse checker warnings from Marc
- expose more GPU ID values to userspace from Christian
- add HWDB entry for GPU found on i.MX8MP from Sascha
- rework of the linear window calculation to better deal with
systems with large regions of reserved RAM
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Lucas Stach <l.stach@pengutronix.de>
Link: https://patchwork.freedesktop.org/patch/msgid/f27e1ec2c2fea310bfb6fe6c99174a54e9dfba83.camel@pengutronix.de
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/drm/etnaviv_drm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/drm/etnaviv_drm.h b/include/uapi/drm/etnaviv_drm.h index 09d0df8b71c5..af024d90453d 100644 --- a/include/uapi/drm/etnaviv_drm.h +++ b/include/uapi/drm/etnaviv_drm.h @@ -74,6 +74,9 @@ struct drm_etnaviv_timespec { #define ETNAVIV_PARAM_GPU_NUM_CONSTANTS 0x19 #define ETNAVIV_PARAM_GPU_NUM_VARYINGS 0x1a #define ETNAVIV_PARAM_SOFTPIN_START_ADDR 0x1b +#define ETNAVIV_PARAM_GPU_PRODUCT_ID 0x1c +#define ETNAVIV_PARAM_GPU_CUSTOMER_ID 0x1d +#define ETNAVIV_PARAM_GPU_ECO_ID 0x1e #define ETNA_MAX_PIPES 4 |