pvr: remove stale comment about pvr_pds_upload

The pvr_pds_upload struct has been moved to pvr_common.h, which doesn't
have the same circular dependency issue here. But this change is out of
scope for this MR, so let's just update the comment here instead.

Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37554>
This commit is contained in:
Erik Faye-Lund 2025-09-03 14:00:21 +02:00 committed by Marge Bot
parent 7ff8b043eb
commit a09b6551ff

View file

@ -64,9 +64,7 @@ struct pvr_spm_eot_state {
struct pvr_suballoc_bo *usc_eot_program;
/* TODO: Make this struct pvr_pds_upload? It would pull in pvr_private.h
* though which causes a cycle since that includes pvr_spm.h .
*/
/* TODO: Make this struct pvr_pds_upload? */
/* This is only the data section upload. The code was uploaded at device
* creation.
*/
@ -77,9 +75,7 @@ struct pvr_spm_eot_state {
struct pvr_spm_bgobj_state {
struct pvr_bo *consts_buffer;
/* TODO: Make this struct pvr_pds_upload? It would pull in pvr_private.h
* though which causes a cycle since that includes pvr_spm.h .
*/
/* TODO: Make this struct pvr_pds_upload? */
struct pvr_suballoc_bo *pds_texture_data_upload;
uint64_t pds_reg_values[ROGUE_NUM_CR_PDS_BGRND_WORDS];