mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
freedreno: Remove obsolete comment
This hasn't been quite true for quite a while. Fixes:78c8a8af80("freedreno: Generate device-info tables at build time") Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36589> (cherry picked from commitf10217a6a3)
This commit is contained in:
parent
7cb894bd56
commit
24ab5c4c4f
2 changed files with 1 additions and 12 deletions
|
|
@ -3844,7 +3844,7 @@
|
|||
"description": "freedreno: Remove obsolete comment",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "78c8a8af80d5b0ccd68dd85ff7ecbb699be31f7d",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -960,17 +960,6 @@ fd_screen_create(int fd,
|
|||
screen->dev_info = info;
|
||||
screen->info = &screen->dev_info;
|
||||
|
||||
/* explicitly checking for GPU revisions that are known to work. This
|
||||
* may be overly conservative for a3xx, where spoofing the gpu_id with
|
||||
* the blob driver seems to generate identical cmdstream dumps. But
|
||||
* on a2xx, there seem to be small differences between the GPU revs
|
||||
* so it is probably better to actually test first on real hardware
|
||||
* before enabling:
|
||||
*
|
||||
* If you have a different adreno version, feel free to add it to one
|
||||
* of the cases below and see what happens. And if it works, please
|
||||
* send a patch ;-)
|
||||
*/
|
||||
switch (screen->gen) {
|
||||
case 2:
|
||||
fd2_screen_init(pscreen);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue