mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
winsys/amdgpu: remove misplaced duplicated comment
The same comment is in the header file where it should be. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27060>
This commit is contained in:
parent
b2b7603ecb
commit
a008a7dcdf
1 changed files with 0 additions and 4 deletions
|
|
@ -782,10 +782,6 @@ static bool amdgpu_get_new_ib(struct amdgpu_winsys *ws,
|
|||
struct amdgpu_ib *main_ib,
|
||||
struct amdgpu_cs *cs)
|
||||
{
|
||||
/* Small IBs are better than big IBs, because the GPU goes idle quicker
|
||||
* and there is less waiting for buffers and fences. Proof:
|
||||
* http://www.phoronix.com/scan.php?page=article&item=mesa-111-si&num=1
|
||||
*/
|
||||
struct drm_amdgpu_cs_chunk_ib *chunk_ib = &cs->csc->chunk_ib[IB_MAIN];
|
||||
/* This is the minimum size of a contiguous IB. */
|
||||
unsigned ib_size = 4 * 1024 * 4;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue