Skip to content

Commit

Permalink
intel_device: Correct the sub_version of ADL devices
Browse files Browse the repository at this point in the history
Tests done:
- Android boot to UI
- Video playback

Tracked-On: OAM-129167
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
JeevakaPrabu authored and sysopenci committed Jan 9, 2025
1 parent 2bf3e6b commit abdc416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intel_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ int intel_gpu_info_from_device_id(uint16_t device_id, struct intel_gpu_info *i91
for (i = 0; i < ARRAY_SIZE(adlp_ids); i++)
if (adlp_ids[i] == device_id) {
i915->graphics_version = 12;
i915->sub_version = 5;
i915->sub_version = 0;
i915->is_xelpd = true;
return 0;
}
Expand Down

0 comments on commit abdc416

Please sign in to comment.