Lines Matching defs:buffer
1976 * DC_LB_MEMORY_SPLIT controls how that line buffer is shared between
1984 * non-linked crtcs for maximum line buffer allocation.
2064 u32 lb_size; /* line buffer allocated to pipe */
2541 /* 2xAA/4xAA compressed depth with stencil (for depth buffer) */
2559 /* Uncompressed 16bpp depth - and stencil buffer allocated with it */
2568 /* Uncompressed 32bpp depth - and stencil buffer allocated with it */
2756 /* 2xAA/4xAA compressed depth with stencil (for depth buffer) */
2774 /* Uncompressed 16bpp depth - and stencil buffer allocated with it */
2783 /* Uncompressed 32bpp depth - and stencil buffer allocated with it */
3406 /* set switch buffer packet before const IB */
3666 /* Set ring buffer size */
3675 /* Initialize the ring buffer's read and write pointers */
3697 /* Set ring buffer size */
3706 /* Initialize the ring buffer's read and write pointers */
3721 /* Set ring buffer size */
3730 /* Initialize the ring buffer's read and write pointers */
5714 void si_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer)
5722 if (buffer == NULL)
5725 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0));
5726 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE);
5728 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1));
5729 buffer[count++] = cpu_to_le32(0x80000000);
5730 buffer[count++] = cpu_to_le32(0x80000000);
5735 buffer[count++] =
5737 buffer[count++] = cpu_to_le32(ext->reg_index - 0xa000);
5739 buffer[count++] = cpu_to_le32(ext->extent[i]);
5746 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_SET_CONTEXT_REG, 1));
5747 buffer[count++] = cpu_to_le32(PA_SC_RASTER_CONFIG - PACKET3_SET_CONTEXT_REG_START);
5751 buffer[count++] = cpu_to_le32(0x2a00126a);
5754 buffer[count++] = cpu_to_le32(0x0000124a);
5757 buffer[count++] = cpu_to_le32(0x00000082);
5760 buffer[count++] = cpu_to_le32(0x00000000);
5763 buffer[count++] = cpu_to_le32(0x00000000);
5767 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0));
5768 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_END_CLEAR_STATE);
5770 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CLEAR_STATE, 0));
5771 buffer[count++] = cpu_to_le32(0);
6220 /* When a ring buffer overflow happen start parsing interrupt
6224 dev_warn(rdev->dev, "IH ring buffer overflow (0x%08X, 0x%08X, 0x%08X)\n",
6654 /* allocate wb buffer */