Lines Matching defs:buffer

1981 	 * DC_LB_MEMORY_SPLIT controls how that line buffer is shared between
1989 * non-linked crtcs for maximum line buffer allocation.
2069 u32 lb_size; /* line buffer allocated to pipe */
2546 /* 2xAA/4xAA compressed depth with stencil (for depth buffer) */
2564 /* Uncompressed 16bpp depth - and stencil buffer allocated with it */
2573 /* Uncompressed 32bpp depth - and stencil buffer allocated with it */
2761 /* 2xAA/4xAA compressed depth with stencil (for depth buffer) */
2779 /* Uncompressed 16bpp depth - and stencil buffer allocated with it */
2788 /* Uncompressed 32bpp depth - and stencil buffer allocated with it */
3411 /* set switch buffer packet before const IB */
3671 /* Set ring buffer size */
3680 /* Initialize the ring buffer's read and write pointers */
3702 /* Set ring buffer size */
3711 /* Initialize the ring buffer's read and write pointers */
3726 /* Set ring buffer size */
3735 /* Initialize the ring buffer's read and write pointers */
5719 void si_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer)
5727 if (buffer == NULL)
5730 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0));
5731 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE);
5733 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1));
5734 buffer[count++] = cpu_to_le32(0x80000000);
5735 buffer[count++] = cpu_to_le32(0x80000000);
5740 buffer[count++] =
5742 buffer[count++] = cpu_to_le32(ext->reg_index - 0xa000);
5744 buffer[count++] = cpu_to_le32(ext->extent[i]);
5751 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_SET_CONTEXT_REG, 1));
5752 buffer[count++] = cpu_to_le32(PA_SC_RASTER_CONFIG - PACKET3_SET_CONTEXT_REG_START);
5756 buffer[count++] = cpu_to_le32(0x2a00126a);
5759 buffer[count++] = cpu_to_le32(0x0000124a);
5762 buffer[count++] = cpu_to_le32(0x00000082);
5765 buffer[count++] = cpu_to_le32(0x00000000);
5768 buffer[count++] = cpu_to_le32(0x00000000);
5772 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0));
5773 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_END_CLEAR_STATE);
5775 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CLEAR_STATE, 0));
5776 buffer[count++] = cpu_to_le32(0);
6225 /* When a ring buffer overflow happen start parsing interrupt
6229 dev_warn(rdev->dev, "IH ring buffer overflow (0x%08X, 0x%08X, 0x%08X)\n",
6660 /* allocate wb buffer */