mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 21:30:23 +01:00
anv,hasvk: remove stale comments
Added in060a6434ec. The field it described was removed inc1f4343807. Fixes:c1f4343807("anv: Set up memory types and heaps during physical device init") Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22113> (cherry picked from commit698135fd3e)
This commit is contained in:
parent
95d24c496c
commit
d2dc9fd75c
3 changed files with 1 additions and 17 deletions
|
|
@ -3892,7 +3892,7 @@
|
|||
"description": "anv,hasvk: remove stale comments",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "c1f4343807d1040bd7b5440aa2f5fccf5f12842d"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -914,14 +914,6 @@ struct anv_physical_device {
|
|||
struct anv_instance * instance;
|
||||
char path[20];
|
||||
struct intel_device_info info;
|
||||
/** Amount of "GPU memory" we want to advertise
|
||||
*
|
||||
* Clearly, this value is bogus since Intel is a UMA architecture. On
|
||||
* gfx7 platforms, we are limited by GTT size unless we want to implement
|
||||
* fine-grained tracking and GTT splitting. On Broadwell and above we are
|
||||
* practically unlimited. However, we will never report more than 3/4 of
|
||||
* the total system ram to try and avoid running out of RAM.
|
||||
*/
|
||||
bool supports_48bit_addresses;
|
||||
struct brw_compiler * compiler;
|
||||
struct isl_device isl_dev;
|
||||
|
|
|
|||
|
|
@ -858,14 +858,6 @@ struct anv_physical_device {
|
|||
struct anv_instance * instance;
|
||||
char path[20];
|
||||
struct intel_device_info info;
|
||||
/** Amount of "GPU memory" we want to advertise
|
||||
*
|
||||
* Clearly, this value is bogus since Intel is a UMA architecture. On
|
||||
* gfx7 platforms, we are limited by GTT size unless we want to implement
|
||||
* fine-grained tracking and GTT splitting. On Broadwell and above we are
|
||||
* practically unlimited. However, we will never report more than 3/4 of
|
||||
* the total system ram to try and avoid running out of RAM.
|
||||
*/
|
||||
bool supports_48bit_addresses;
|
||||
struct brw_compiler * compiler;
|
||||
struct isl_device isl_dev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue