summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorRafael Antognolli <rafael.antognolli@intel.com>2019-08-19 12:28:55 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-02-07 09:20:49 -0800
commit10a0b602b488d76a70f5792749457ee655d1e8a8 (patch)
tree59b7c3a1508b5a1dbb31241f58f1d8ec13e2b13d /.pick_status.json
parent4656d2d30a8c176d81f31827302cd082eff59de3 (diff)
downloadmesa-10a0b602b488d76a70f5792749457ee655d1e8a8.tar.gz
intel: Load the driver even if I915_PARAM_REVISION is not found.
This param is only available starting on kernel 4.1. Use a default value of 0 if it is not found instead. v2: Update commit message (Lionel) Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Mark Janes <mark.a.janes@intel.com> Fixes: 96e1c945f2b ("i965: Move device info initialization to common Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3727> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3727> (cherry picked from commit 4aa7af9e9a4c19e10afaf4a3c756e62cf4d352c3)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index af4f23fb12f..19484bb9de3 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -292,7 +292,7 @@
"description": "intel: Load the driver even if I915_PARAM_REVISION is not found.",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "96e1c945f2bc4047a603753ae10fc4f27754361c"
},