diff options
author | Marek Olšák <[email protected]> | 2019-04-22 17:35:27 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-23 21:20:24 -0400 |
commit | e3841368f34afe844bab25010b89f497cacc1dad (patch) | |
tree | 5dcaf1e355321eff38c1c7727ef02a05bbd03cbf /src/gallium/auxiliary/util/u_screen.c | |
parent | a20800f49d1d665c4d93dcca87face1320423476 (diff) |
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_screen.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c index cbafcaa3e5f..46aae302520 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -352,6 +352,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, return 0; case PIPE_CAP_COMPUTE_SHADER_DERIVATIVES: + case PIPE_CAP_MAX_FRAMES_IN_FLIGHT: return 0; default: |