radeon_cp.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:38k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* radeon_cp.c -- CP support for Radeon -*- linux-c -*-
  2.  *
  3.  * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
  4.  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
  5.  * All Rights Reserved.
  6.  *
  7.  * Permission is hereby granted, free of charge, to any person obtaining a
  8.  * copy of this software and associated documentation files (the "Software"),
  9.  * to deal in the Software without restriction, including without limitation
  10.  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  11.  * and/or sell copies of the Software, and to permit persons to whom the
  12.  * Software is furnished to do so, subject to the following conditions:
  13.  *
  14.  * The above copyright notice and this permission notice (including the next
  15.  * paragraph) shall be included in all copies or substantial portions of the
  16.  * Software.
  17.  *
  18.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20.  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  21.  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  22.  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  23.  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  24.  * DEALINGS IN THE SOFTWARE.
  25.  *
  26.  * Authors:
  27.  *    Kevin E. Martin <martin@valinux.com>
  28.  *    Gareth Hughes <gareth@valinux.com>
  29.  */
  30. #include "radeon.h"
  31. #include "drmP.h"
  32. #include "radeon_drv.h"
  33. #include <linux/interrupt.h> /* For task queue support */
  34. #include <linux/delay.h>
  35. #define RADEON_FIFO_DEBUG 0
  36. #if defined(__alpha__)
  37. # define PCIGART_ENABLED
  38. #else
  39. # undef PCIGART_ENABLED
  40. #endif
  41. /* CP microcode (from ATI) */
  42. static u32 radeon_cp_microcode[][2] = {
  43. { 0x21007000, 0000000000 },
  44. { 0x20007000, 0000000000 },
  45. { 0x000000b4, 0x00000004 },
  46. { 0x000000b8, 0x00000004 },
  47. { 0x6f5b4d4c, 0000000000 },
  48. { 0x4c4c427f, 0000000000 },
  49. { 0x5b568a92, 0000000000 },
  50. { 0x4ca09c6d, 0000000000 },
  51. { 0xad4c4c4c, 0000000000 },
  52. { 0x4ce1af3d, 0000000000 },
  53. { 0xd8afafaf, 0000000000 },
  54. { 0xd64c4cdc, 0000000000 },
  55. { 0x4cd10d10, 0000000000 },
  56. { 0x000f0000, 0x00000016 },
  57. { 0x362f242d, 0000000000 },
  58. { 0x00000012, 0x00000004 },
  59. { 0x000f0000, 0x00000016 },
  60. { 0x362f282d, 0000000000 },
  61. { 0x000380e7, 0x00000002 },
  62. { 0x04002c97, 0x00000002 },
  63. { 0x000f0001, 0x00000016 },
  64. { 0x333a3730, 0000000000 },
  65. { 0x000077ef, 0x00000002 },
  66. { 0x00061000, 0x00000002 },
  67. { 0x00000021, 0x0000001a },
  68. { 0x00004000, 0x0000001e },
  69. { 0x00061000, 0x00000002 },
  70. { 0x00000021, 0x0000001a },
  71. { 0x00004000, 0x0000001e },
  72. { 0x00061000, 0x00000002 },
  73. { 0x00000021, 0x0000001a },
  74. { 0x00004000, 0x0000001e },
  75. { 0x00000017, 0x00000004 },
  76. { 0x0003802b, 0x00000002 },
  77. { 0x040067e0, 0x00000002 },
  78. { 0x00000017, 0x00000004 },
  79. { 0x000077e0, 0x00000002 },
  80. { 0x00065000, 0x00000002 },
  81. { 0x000037e1, 0x00000002 },
  82. { 0x040067e1, 0x00000006 },
  83. { 0x000077e0, 0x00000002 },
  84. { 0x000077e1, 0x00000002 },
  85. { 0x000077e1, 0x00000006 },
  86. { 0xffffffff, 0000000000 },
  87. { 0x10000000, 0000000000 },
  88. { 0x0003802b, 0x00000002 },
  89. { 0x040067e0, 0x00000006 },
  90. { 0x00007675, 0x00000002 },
  91. { 0x00007676, 0x00000002 },
  92. { 0x00007677, 0x00000002 },
  93. { 0x00007678, 0x00000006 },
  94. { 0x0003802c, 0x00000002 },
  95. { 0x04002676, 0x00000002 },
  96. { 0x00007677, 0x00000002 },
  97. { 0x00007678, 0x00000006 },
  98. { 0x0000002f, 0x00000018 },
  99. { 0x0000002f, 0x00000018 },
  100. { 0000000000, 0x00000006 },
  101. { 0x00000030, 0x00000018 },
  102. { 0x00000030, 0x00000018 },
  103. { 0000000000, 0x00000006 },
  104. { 0x01605000, 0x00000002 },
  105. { 0x00065000, 0x00000002 },
  106. { 0x00098000, 0x00000002 },
  107. { 0x00061000, 0x00000002 },
  108. { 0x64c0603e, 0x00000004 },
  109. { 0x000380e6, 0x00000002 },
  110. { 0x040025c5, 0x00000002 },
  111. { 0x00080000, 0x00000016 },
  112. { 0000000000, 0000000000 },
  113. { 0x0400251d, 0x00000002 },
  114. { 0x00007580, 0x00000002 },
  115. { 0x00067581, 0x00000002 },
  116. { 0x04002580, 0x00000002 },
  117. { 0x00067581, 0x00000002 },
  118. { 0x00000049, 0x00000004 },
  119. { 0x00005000, 0000000000 },
  120. { 0x000380e6, 0x00000002 },
  121. { 0x040025c5, 0x00000002 },
  122. { 0x00061000, 0x00000002 },
  123. { 0x0000750e, 0x00000002 },
  124. { 0x00019000, 0x00000002 },
  125. { 0x00011055, 0x00000014 },
  126. { 0x00000055, 0x00000012 },
  127. { 0x0400250f, 0x00000002 },
  128. { 0x0000504f, 0x00000004 },
  129. { 0x000380e6, 0x00000002 },
  130. { 0x040025c5, 0x00000002 },
  131. { 0x00007565, 0x00000002 },
  132. { 0x00007566, 0x00000002 },
  133. { 0x00000058, 0x00000004 },
  134. { 0x000380e6, 0x00000002 },
  135. { 0x040025c5, 0x00000002 },
  136. { 0x01e655b4, 0x00000002 },
  137. { 0x4401b0e4, 0x00000002 },
  138. { 0x01c110e4, 0x00000002 },
  139. { 0x26667066, 0x00000018 },
  140. { 0x040c2565, 0x00000002 },
  141. { 0x00000066, 0x00000018 },
  142. { 0x04002564, 0x00000002 },
  143. { 0x00007566, 0x00000002 },
  144. { 0x0000005d, 0x00000004 },
  145. { 0x00401069, 0x00000008 },
  146. { 0x00101000, 0x00000002 },
  147. { 0x000d80ff, 0x00000002 },
  148. { 0x0080006c, 0x00000008 },
  149. { 0x000f9000, 0x00000002 },
  150. { 0x000e00ff, 0x00000002 },
  151. { 0000000000, 0x00000006 },
  152. { 0x0000008f, 0x00000018 },
  153. { 0x0000005b, 0x00000004 },
  154. { 0x000380e6, 0x00000002 },
  155. { 0x040025c5, 0x00000002 },
  156. { 0x00007576, 0x00000002 },
  157. { 0x00065000, 0x00000002 },
  158. { 0x00009000, 0x00000002 },
  159. { 0x00041000, 0x00000002 },
  160. { 0x0c00350e, 0x00000002 },
  161. { 0x00049000, 0x00000002 },
  162. { 0x00051000, 0x00000002 },
  163. { 0x01e785f8, 0x00000002 },
  164. { 0x00200000, 0x00000002 },
  165. { 0x0060007e, 0x0000000c },
  166. { 0x00007563, 0x00000002 },
  167. { 0x006075f0, 0x00000021 },
  168. { 0x20007073, 0x00000004 },
  169. { 0x00005073, 0x00000004 },
  170. { 0x000380e6, 0x00000002 },
  171. { 0x040025c5, 0x00000002 },
  172. { 0x00007576, 0x00000002 },
  173. { 0x00007577, 0x00000002 },
  174. { 0x0000750e, 0x00000002 },
  175. { 0x0000750f, 0x00000002 },
  176. { 0x00a05000, 0x00000002 },
  177. { 0x00600083, 0x0000000c },
  178. { 0x006075f0, 0x00000021 },
  179. { 0x000075f8, 0x00000002 },
  180. { 0x00000083, 0x00000004 },
  181. { 0x000a750e, 0x00000002 },
  182. { 0x000380e6, 0x00000002 },
  183. { 0x040025c5, 0x00000002 },
  184. { 0x0020750f, 0x00000002 },
  185. { 0x00600086, 0x00000004 },
  186. { 0x00007570, 0x00000002 },
  187. { 0x00007571, 0x00000002 },
  188. { 0x00007572, 0x00000006 },
  189. { 0x000380e6, 0x00000002 },
  190. { 0x040025c5, 0x00000002 },
  191. { 0x00005000, 0x00000002 },
  192. { 0x00a05000, 0x00000002 },
  193. { 0x00007568, 0x00000002 },
  194. { 0x00061000, 0x00000002 },
  195. { 0x00000095, 0x0000000c },
  196. { 0x00058000, 0x00000002 },
  197. { 0x0c607562, 0x00000002 },
  198. { 0x00000097, 0x00000004 },
  199. { 0x000380e6, 0x00000002 },
  200. { 0x040025c5, 0x00000002 },
  201. { 0x00600096, 0x00000004 },
  202. { 0x400070e5, 0000000000 },
  203. { 0x000380e6, 0x00000002 },
  204. { 0x040025c5, 0x00000002 },
  205. { 0x000380e5, 0x00000002 },
  206. { 0x000000a8, 0x0000001c },
  207. { 0x000650aa, 0x00000018 },
  208. { 0x040025bb, 0x00000002 },
  209. { 0x000610ab, 0x00000018 },
  210. { 0x040075bc, 0000000000 },
  211. { 0x000075bb, 0x00000002 },
  212. { 0x000075bc, 0000000000 },
  213. { 0x00090000, 0x00000006 },
  214. { 0x00090000, 0x00000002 },
  215. { 0x000d8002, 0x00000006 },
  216. { 0x00007832, 0x00000002 },
  217. { 0x00005000, 0x00000002 },
  218. { 0x000380e7, 0x00000002 },
  219. { 0x04002c97, 0x00000002 },
  220. { 0x00007820, 0x00000002 },
  221. { 0x00007821, 0x00000002 },
  222. { 0x00007800, 0000000000 },
  223. { 0x01200000, 0x00000002 },
  224. { 0x20077000, 0x00000002 },
  225. { 0x01200000, 0x00000002 },
  226. { 0x20007000, 0x00000002 },
  227. { 0x00061000, 0x00000002 },
  228. { 0x0120751b, 0x00000002 },
  229. { 0x8040750a, 0x00000002 },
  230. { 0x8040750b, 0x00000002 },
  231. { 0x00110000, 0x00000002 },
  232. { 0x000380e5, 0x00000002 },
  233. { 0x000000c6, 0x0000001c },
  234. { 0x000610ab, 0x00000018 },
  235. { 0x844075bd, 0x00000002 },
  236. { 0x000610aa, 0x00000018 },
  237. { 0x840075bb, 0x00000002 },
  238. { 0x000610ab, 0x00000018 },
  239. { 0x844075bc, 0x00000002 },
  240. { 0x000000c9, 0x00000004 },
  241. { 0x804075bd, 0x00000002 },
  242. { 0x800075bb, 0x00000002 },
  243. { 0x804075bc, 0x00000002 },
  244. { 0x00108000, 0x00000002 },
  245. { 0x01400000, 0x00000002 },
  246. { 0x006000cd, 0x0000000c },
  247. { 0x20c07000, 0x00000020 },
  248. { 0x000000cf, 0x00000012 },
  249. { 0x00800000, 0x00000006 },
  250. { 0x0080751d, 0x00000006 },
  251. { 0000000000, 0000000000 },
  252. { 0x0000775c, 0x00000002 },
  253. { 0x00a05000, 0x00000002 },
  254. { 0x00661000, 0x00000002 },
  255. { 0x0460275d, 0x00000020 },
  256. { 0x00004000, 0000000000 },
  257. { 0x01e00830, 0x00000002 },
  258. { 0x21007000, 0000000000 },
  259. { 0x6464614d, 0000000000 },
  260. { 0x69687420, 0000000000 },
  261. { 0x00000073, 0000000000 },
  262. { 0000000000, 0000000000 },
  263. { 0x00005000, 0x00000002 },
  264. { 0x000380d0, 0x00000002 },
  265. { 0x040025e0, 0x00000002 },
  266. { 0x000075e1, 0000000000 },
  267. { 0x00000001, 0000000000 },
  268. { 0x000380e0, 0x00000002 },
  269. { 0x04002394, 0x00000002 },
  270. { 0x00005000, 0000000000 },
  271. { 0000000000, 0000000000 },
  272. { 0000000000, 0000000000 },
  273. { 0x00000008, 0000000000 },
  274. { 0x00000004, 0000000000 },
  275. { 0000000000, 0000000000 },
  276. { 0000000000, 0000000000 },
  277. { 0000000000, 0000000000 },
  278. { 0000000000, 0000000000 },
  279. { 0000000000, 0000000000 },
  280. { 0000000000, 0000000000 },
  281. { 0000000000, 0000000000 },
  282. { 0000000000, 0000000000 },
  283. { 0000000000, 0000000000 },
  284. { 0000000000, 0000000000 },
  285. { 0000000000, 0000000000 },
  286. { 0000000000, 0000000000 },
  287. { 0000000000, 0000000000 },
  288. { 0000000000, 0000000000 },
  289. { 0000000000, 0000000000 },
  290. { 0000000000, 0000000000 },
  291. { 0000000000, 0000000000 },
  292. { 0000000000, 0000000000 },
  293. { 0000000000, 0000000000 },
  294. { 0000000000, 0000000000 },
  295. { 0000000000, 0000000000 },
  296. { 0000000000, 0000000000 },
  297. { 0000000000, 0000000000 },
  298. { 0000000000, 0000000000 },
  299. };
  300. int RADEON_READ_PLL(drm_device_t *dev, int addr)
  301. {
  302. drm_radeon_private_t *dev_priv = dev->dev_private;
  303. RADEON_WRITE8(RADEON_CLOCK_CNTL_INDEX, addr & 0x1f);
  304. return RADEON_READ(RADEON_CLOCK_CNTL_DATA);
  305. }
  306. #if RADEON_FIFO_DEBUG
  307. static void radeon_status( drm_radeon_private_t *dev_priv )
  308. {
  309. printk( "%s:n", __FUNCTION__ );
  310. printk( "RBBM_STATUS = 0x%08xn",
  311. (unsigned int)RADEON_READ( RADEON_RBBM_STATUS ) );
  312. printk( "CP_RB_RTPR = 0x%08xn",
  313. (unsigned int)RADEON_READ( RADEON_CP_RB_RPTR ) );
  314. printk( "CP_RB_WTPR = 0x%08xn",
  315. (unsigned int)RADEON_READ( RADEON_CP_RB_WPTR ) );
  316. printk( "AIC_CNTL = 0x%08xn",
  317. (unsigned int)RADEON_READ( RADEON_AIC_CNTL ) );
  318. printk( "AIC_STAT = 0x%08xn",
  319. (unsigned int)RADEON_READ( RADEON_AIC_STAT ) );
  320. printk( "AIC_PT_BASE = 0x%08xn",
  321. (unsigned int)RADEON_READ( RADEON_AIC_PT_BASE ) );
  322. printk( "TLB_ADDR = 0x%08xn",
  323. (unsigned int)RADEON_READ( RADEON_AIC_TLB_ADDR ) );
  324. printk( "TLB_DATA = 0x%08xn",
  325. (unsigned int)RADEON_READ( RADEON_AIC_TLB_DATA ) );
  326. }
  327. #endif
  328. /* ================================================================
  329.  * Engine, FIFO control
  330.  */
  331. static int radeon_do_pixcache_flush( drm_radeon_private_t *dev_priv )
  332. {
  333. u32 tmp;
  334. int i;
  335. tmp  = RADEON_READ( RADEON_RB2D_DSTCACHE_CTLSTAT );
  336. tmp |= RADEON_RB2D_DC_FLUSH_ALL;
  337. RADEON_WRITE( RADEON_RB2D_DSTCACHE_CTLSTAT, tmp );
  338. for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
  339. if ( !(RADEON_READ( RADEON_RB2D_DSTCACHE_CTLSTAT )
  340.        & RADEON_RB2D_DC_BUSY) ) {
  341. return 0;
  342. }
  343. udelay( 1 );
  344. }
  345. #if RADEON_FIFO_DEBUG
  346. DRM_ERROR( "failed!n" );
  347. radeon_status( dev_priv );
  348. #endif
  349. return -EBUSY;
  350. }
  351. static int radeon_do_wait_for_fifo( drm_radeon_private_t *dev_priv,
  352.     int entries )
  353. {
  354. int i;
  355. for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
  356. int slots = ( RADEON_READ( RADEON_RBBM_STATUS )
  357.       & RADEON_RBBM_FIFOCNT_MASK );
  358. if ( slots >= entries ) return 0;
  359. udelay( 1 );
  360. }
  361. #if RADEON_FIFO_DEBUG
  362. DRM_ERROR( "failed!n" );
  363. radeon_status( dev_priv );
  364. #endif
  365. return -EBUSY;
  366. }
  367. static int radeon_do_wait_for_idle( drm_radeon_private_t *dev_priv )
  368. {
  369. int i, ret;
  370. ret = radeon_do_wait_for_fifo( dev_priv, 64 );
  371. if ( ret < 0 ) return ret;
  372. for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
  373. if ( !(RADEON_READ( RADEON_RBBM_STATUS )
  374.        & RADEON_RBBM_ACTIVE) ) {
  375. radeon_do_pixcache_flush( dev_priv );
  376. return 0;
  377. }
  378. udelay( 1 );
  379. }
  380. #if RADEON_FIFO_DEBUG
  381. DRM_ERROR( "failed!n" );
  382. radeon_status( dev_priv );
  383. #endif
  384. return -EBUSY;
  385. }
  386. /* ================================================================
  387.  * CP control, initialization
  388.  */
  389. /* Load the microcode for the CP */
  390. static void radeon_cp_load_microcode( drm_radeon_private_t *dev_priv )
  391. {
  392. int i;
  393. DRM_DEBUG( "%sn", __FUNCTION__ );
  394. radeon_do_wait_for_idle( dev_priv );
  395. RADEON_WRITE( RADEON_CP_ME_RAM_ADDR, 0 );
  396. for ( i = 0 ; i < 256 ; i++ ) {
  397. RADEON_WRITE( RADEON_CP_ME_RAM_DATAH,
  398.       radeon_cp_microcode[i][1] );
  399. RADEON_WRITE( RADEON_CP_ME_RAM_DATAL,
  400.       radeon_cp_microcode[i][0] );
  401. }
  402. }
  403. /* Flush any pending commands to the CP.  This should only be used just
  404.  * prior to a wait for idle, as it informs the engine that the command
  405.  * stream is ending.
  406.  */
  407. static void radeon_do_cp_flush( drm_radeon_private_t *dev_priv )
  408. {
  409. DRM_DEBUG( "%sn", __FUNCTION__ );
  410. #if 0
  411. u32 tmp;
  412. tmp = RADEON_READ( RADEON_CP_RB_WPTR ) | (1 << 31);
  413. RADEON_WRITE( RADEON_CP_RB_WPTR, tmp );
  414. #endif
  415. }
  416. /* Wait for the CP to go idle.
  417.  */
  418. int radeon_do_cp_idle( drm_radeon_private_t *dev_priv )
  419. {
  420. RING_LOCALS;
  421. DRM_DEBUG( "%sn", __FUNCTION__ );
  422. BEGIN_RING( 6 );
  423. RADEON_PURGE_CACHE();
  424. RADEON_PURGE_ZCACHE();
  425. RADEON_WAIT_UNTIL_IDLE();
  426. ADVANCE_RING();
  427. return radeon_do_wait_for_idle( dev_priv );
  428. }
  429. /* Start the Command Processor.
  430.  */
  431. static void radeon_do_cp_start( drm_radeon_private_t *dev_priv )
  432. {
  433. RING_LOCALS;
  434. DRM_DEBUG( "%sn", __FUNCTION__ );
  435. radeon_do_wait_for_idle( dev_priv );
  436. RADEON_WRITE( RADEON_CP_CSQ_CNTL, dev_priv->cp_mode );
  437. dev_priv->cp_running = 1;
  438. BEGIN_RING( 6 );
  439. RADEON_PURGE_CACHE();
  440. RADEON_PURGE_ZCACHE();
  441. RADEON_WAIT_UNTIL_IDLE();
  442. ADVANCE_RING();
  443. }
  444. /* Reset the Command Processor.  This will not flush any pending
  445.  * commands, so you must wait for the CP command stream to complete
  446.  * before calling this routine.
  447.  */
  448. static void radeon_do_cp_reset( drm_radeon_private_t *dev_priv )
  449. {
  450. u32 cur_read_ptr;
  451. DRM_DEBUG( "%sn", __FUNCTION__ );
  452. cur_read_ptr = RADEON_READ( RADEON_CP_RB_RPTR );
  453. RADEON_WRITE( RADEON_CP_RB_WPTR, cur_read_ptr );
  454. *dev_priv->ring.head = cur_read_ptr;
  455. dev_priv->ring.tail = cur_read_ptr;
  456. }
  457. /* Stop the Command Processor.  This will not flush any pending
  458.  * commands, so you must flush the command stream and wait for the CP
  459.  * to go idle before calling this routine.
  460.  */
  461. static void radeon_do_cp_stop( drm_radeon_private_t *dev_priv )
  462. {
  463. DRM_DEBUG( "%sn", __FUNCTION__ );
  464. RADEON_WRITE( RADEON_CP_CSQ_CNTL, RADEON_CSQ_PRIDIS_INDDIS );
  465. dev_priv->cp_running = 0;
  466. }
  467. /* Reset the engine.  This will stop the CP if it is running.
  468.  */
  469. static int radeon_do_engine_reset( drm_device_t *dev )
  470. {
  471. drm_radeon_private_t *dev_priv = dev->dev_private;
  472. u32 clock_cntl_index, mclk_cntl, rbbm_soft_reset;
  473. DRM_DEBUG( "%sn", __FUNCTION__ );
  474. radeon_do_pixcache_flush( dev_priv );
  475. clock_cntl_index = RADEON_READ( RADEON_CLOCK_CNTL_INDEX );
  476. mclk_cntl = RADEON_READ_PLL( dev, RADEON_MCLK_CNTL );
  477. RADEON_WRITE_PLL( RADEON_MCLK_CNTL, ( mclk_cntl |
  478.       RADEON_FORCEON_MCLKA |
  479.       RADEON_FORCEON_MCLKB |
  480.         RADEON_FORCEON_YCLKA |
  481.       RADEON_FORCEON_YCLKB |
  482.       RADEON_FORCEON_MC |
  483.       RADEON_FORCEON_AIC ) );
  484. rbbm_soft_reset = RADEON_READ( RADEON_RBBM_SOFT_RESET );
  485. RADEON_WRITE( RADEON_RBBM_SOFT_RESET, ( rbbm_soft_reset |
  486. RADEON_SOFT_RESET_CP |
  487. RADEON_SOFT_RESET_HI |
  488. RADEON_SOFT_RESET_SE |
  489. RADEON_SOFT_RESET_RE |
  490. RADEON_SOFT_RESET_PP |
  491. RADEON_SOFT_RESET_E2 |
  492. RADEON_SOFT_RESET_RB ) );
  493. RADEON_READ( RADEON_RBBM_SOFT_RESET );
  494. RADEON_WRITE( RADEON_RBBM_SOFT_RESET, ( rbbm_soft_reset &
  495. ~( RADEON_SOFT_RESET_CP |
  496.    RADEON_SOFT_RESET_HI |
  497.    RADEON_SOFT_RESET_SE |
  498.    RADEON_SOFT_RESET_RE |
  499.    RADEON_SOFT_RESET_PP |
  500.    RADEON_SOFT_RESET_E2 |
  501.    RADEON_SOFT_RESET_RB ) ) );
  502. RADEON_READ( RADEON_RBBM_SOFT_RESET );
  503. RADEON_WRITE_PLL( RADEON_MCLK_CNTL, mclk_cntl );
  504. RADEON_WRITE( RADEON_CLOCK_CNTL_INDEX, clock_cntl_index );
  505. RADEON_WRITE( RADEON_RBBM_SOFT_RESET,  rbbm_soft_reset );
  506. /* Reset the CP ring */
  507. radeon_do_cp_reset( dev_priv );
  508. /* The CP is no longer running after an engine reset */
  509. dev_priv->cp_running = 0;
  510. /* Reset any pending vertex, indirect buffers */
  511. radeon_freelist_reset( dev );
  512. return 0;
  513. }
  514. static void radeon_cp_init_ring_buffer( drm_device_t *dev,
  515.         drm_radeon_private_t *dev_priv )
  516. {
  517. u32 ring_start, cur_read_ptr;
  518. u32 tmp;
  519. /* Initialize the memory controller */
  520. RADEON_WRITE( RADEON_MC_FB_LOCATION,
  521.       (dev_priv->agp_vm_start - 1) & 0xffff0000 );
  522. if ( !dev_priv->is_pci ) {
  523. RADEON_WRITE( RADEON_MC_AGP_LOCATION,
  524.       (((dev_priv->agp_vm_start - 1 +
  525.  dev_priv->agp_size) & 0xffff0000) |
  526.        (dev_priv->agp_vm_start >> 16)) );
  527. }
  528. #if __REALLY_HAVE_AGP
  529. if ( !dev_priv->is_pci )
  530. ring_start = (dev_priv->cp_ring->offset
  531.       - dev->agp->base
  532.       + dev_priv->agp_vm_start);
  533.        else
  534. #endif
  535. ring_start = (dev_priv->cp_ring->offset
  536.       - dev->sg->handle
  537.       + dev_priv->agp_vm_start);
  538. RADEON_WRITE( RADEON_CP_RB_BASE, ring_start );
  539. /* Set the write pointer delay */
  540. RADEON_WRITE( RADEON_CP_RB_WPTR_DELAY, 0 );
  541. /* Initialize the ring buffer's read and write pointers */
  542. cur_read_ptr = RADEON_READ( RADEON_CP_RB_RPTR );
  543. RADEON_WRITE( RADEON_CP_RB_WPTR, cur_read_ptr );
  544. *dev_priv->ring.head = cur_read_ptr;
  545. dev_priv->ring.tail = cur_read_ptr;
  546. if ( !dev_priv->is_pci ) {
  547. RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR,
  548.       dev_priv->ring_rptr->offset );
  549. } else {
  550. drm_sg_mem_t *entry = dev->sg;
  551. unsigned long tmp_ofs, page_ofs;
  552. tmp_ofs = dev_priv->ring_rptr->offset - dev->sg->handle;
  553. page_ofs = tmp_ofs >> PAGE_SHIFT;
  554. RADEON_WRITE( RADEON_CP_RB_RPTR_ADDR,
  555.      entry->busaddr[page_ofs]);
  556. DRM_DEBUG( "ring rptr: offset=0x%08llx handle=0x%08lxn",
  557.    (u64)entry->busaddr[page_ofs],
  558.    entry->handle + tmp_ofs );
  559. }
  560. /* Set ring buffer size */
  561. RADEON_WRITE( RADEON_CP_RB_CNTL, dev_priv->ring.size_l2qw );
  562. radeon_do_wait_for_idle( dev_priv );
  563. /* Turn on bus mastering */
  564. tmp = RADEON_READ( RADEON_BUS_CNTL ) & ~RADEON_BUS_MASTER_DIS;
  565. RADEON_WRITE( RADEON_BUS_CNTL, tmp );
  566. /* Sync everything up */
  567. RADEON_WRITE( RADEON_ISYNC_CNTL,
  568.       (RADEON_ISYNC_ANY2D_IDLE3D |
  569.        RADEON_ISYNC_ANY3D_IDLE2D |
  570.        RADEON_ISYNC_WAIT_IDLEGUI |
  571.        RADEON_ISYNC_CPSCRATCH_IDLEGUI) );
  572. }
  573. static int radeon_do_init_cp( drm_device_t *dev, drm_radeon_init_t *init )
  574. {
  575. drm_radeon_private_t *dev_priv;
  576. struct list_head *list;
  577. u32 tmp;
  578. DRM_DEBUG( "%sn", __FUNCTION__ );
  579. dev_priv = DRM(alloc)( sizeof(drm_radeon_private_t), DRM_MEM_DRIVER );
  580. if ( dev_priv == NULL )
  581. return -ENOMEM;
  582. memset( dev_priv, 0, sizeof(drm_radeon_private_t) );
  583. dev_priv->is_pci = init->is_pci;
  584. #if !defined(PCIGART_ENABLED)
  585. /* PCI support is not 100% working, so we disable it here.
  586.  */
  587. if ( dev_priv->is_pci ) {
  588. DRM_ERROR( "PCI GART not yet supported for Radeon!n" );
  589. dev->dev_private = (void *)dev_priv;
  590. radeon_do_cleanup_cp(dev);
  591. return -EINVAL;
  592. }
  593. #endif
  594. if ( dev_priv->is_pci && !dev->sg ) {
  595. DRM_ERROR( "PCI GART memory not allocated!n" );
  596. dev->dev_private = (void *)dev_priv;
  597. radeon_do_cleanup_cp(dev);
  598. return -EINVAL;
  599. }
  600. dev_priv->usec_timeout = init->usec_timeout;
  601. if ( dev_priv->usec_timeout < 1 ||
  602.      dev_priv->usec_timeout > RADEON_MAX_USEC_TIMEOUT ) {
  603. DRM_DEBUG( "TIMEOUT problem!n" );
  604. dev->dev_private = (void *)dev_priv;
  605. radeon_do_cleanup_cp(dev);
  606. return -EINVAL;
  607. }
  608. dev_priv->cp_mode = init->cp_mode;
  609. /* Simple idle check.
  610.  */
  611. atomic_set( &dev_priv->idle_count, 0 );
  612. /* We don't support anything other than bus-mastering ring mode,
  613.  * but the ring can be in either AGP or PCI space for the ring
  614.  * read pointer.
  615.  */
  616. if ( ( init->cp_mode != RADEON_CSQ_PRIBM_INDDIS ) &&
  617.      ( init->cp_mode != RADEON_CSQ_PRIBM_INDBM ) ) {
  618. DRM_DEBUG( "BAD cp_mode (%x)!n", init->cp_mode );
  619. dev->dev_private = (void *)dev_priv;
  620. radeon_do_cleanup_cp(dev);
  621. return -EINVAL;
  622. }
  623. switch ( init->fb_bpp ) {
  624. case 16:
  625. dev_priv->color_fmt = RADEON_COLOR_FORMAT_RGB565;
  626. break;
  627. case 32:
  628. default:
  629. dev_priv->color_fmt = RADEON_COLOR_FORMAT_ARGB8888;
  630. break;
  631. }
  632. dev_priv->front_offset = init->front_offset;
  633. dev_priv->front_pitch = init->front_pitch;
  634. dev_priv->back_offset = init->back_offset;
  635. dev_priv->back_pitch = init->back_pitch;
  636. switch ( init->depth_bpp ) {
  637. case 16:
  638. dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_16BIT_INT_Z;
  639. break;
  640. case 32:
  641. default:
  642. dev_priv->depth_fmt = RADEON_DEPTH_FORMAT_24BIT_INT_Z;
  643. break;
  644. }
  645. dev_priv->depth_offset = init->depth_offset;
  646. dev_priv->depth_pitch = init->depth_pitch;
  647. dev_priv->front_pitch_offset = (((dev_priv->front_pitch/64) << 22) |
  648. (dev_priv->front_offset >> 10));
  649. dev_priv->back_pitch_offset = (((dev_priv->back_pitch/64) << 22) |
  650.        (dev_priv->back_offset >> 10));
  651. dev_priv->depth_pitch_offset = (((dev_priv->depth_pitch/64) << 22) |
  652. (dev_priv->depth_offset >> 10));
  653. /* Hardware state for depth clears.  Remove this if/when we no
  654.  * longer clear the depth buffer with a 3D rectangle.  Hard-code
  655.  * all values to prevent unwanted 3D state from slipping through
  656.  * and screwing with the clear operation.
  657.  */
  658. dev_priv->depth_clear.rb3d_cntl = (RADEON_PLANE_MASK_ENABLE |
  659.    RADEON_Z_ENABLE |
  660.    (dev_priv->color_fmt << 10) |
  661.    RADEON_ZBLOCK16);
  662. dev_priv->depth_clear.rb3d_zstencilcntl = (dev_priv->depth_fmt |
  663.    RADEON_Z_TEST_ALWAYS |
  664.    RADEON_STENCIL_TEST_ALWAYS |
  665.    RADEON_STENCIL_S_FAIL_KEEP |
  666.    RADEON_STENCIL_ZPASS_KEEP |
  667.    RADEON_STENCIL_ZFAIL_KEEP |
  668.    RADEON_Z_WRITE_ENABLE);
  669. dev_priv->depth_clear.se_cntl = (RADEON_FFACE_CULL_CW |
  670.  RADEON_BFACE_SOLID |
  671.  RADEON_FFACE_SOLID |
  672.  RADEON_FLAT_SHADE_VTX_LAST |
  673.  RADEON_DIFFUSE_SHADE_FLAT |
  674.  RADEON_ALPHA_SHADE_FLAT |
  675.  RADEON_SPECULAR_SHADE_FLAT |
  676.  RADEON_FOG_SHADE_FLAT |
  677.  RADEON_VTX_PIX_CENTER_OGL |
  678.  RADEON_ROUND_MODE_TRUNC |
  679.  RADEON_ROUND_PREC_8TH_PIX);
  680. list_for_each(list, &dev->maplist->head) {
  681. drm_map_list_t *r_list = (drm_map_list_t *)list;
  682. if( r_list->map &&
  683.     r_list->map->type == _DRM_SHM &&
  684.     r_list->map->flags & _DRM_CONTAINS_LOCK ) {
  685. dev_priv->sarea = r_list->map;
  686.   break;
  687.   }
  688.   }
  689. if(!dev_priv->sarea) {
  690. DRM_ERROR("could not find sarea!n");
  691. dev->dev_private = (void *)dev_priv;
  692. radeon_do_cleanup_cp(dev);
  693. return -EINVAL;
  694. }
  695. DRM_FIND_MAP( dev_priv->fb, init->fb_offset );
  696. if(!dev_priv->fb) {
  697. DRM_ERROR("could not find framebuffer!n");
  698. dev->dev_private = (void *)dev_priv;
  699. radeon_do_cleanup_cp(dev);
  700. return -EINVAL;
  701. }
  702. DRM_FIND_MAP( dev_priv->mmio, init->mmio_offset );
  703. if(!dev_priv->mmio) {
  704. DRM_ERROR("could not find mmio region!n");
  705. dev->dev_private = (void *)dev_priv;
  706. radeon_do_cleanup_cp(dev);
  707. return -EINVAL;
  708. }
  709. DRM_FIND_MAP( dev_priv->cp_ring, init->ring_offset );
  710. if(!dev_priv->cp_ring) {
  711. DRM_ERROR("could not find cp ring region!n");
  712. dev->dev_private = (void *)dev_priv;
  713. radeon_do_cleanup_cp(dev);
  714. return -EINVAL;
  715. }
  716. DRM_FIND_MAP( dev_priv->ring_rptr, init->ring_rptr_offset );
  717. if(!dev_priv->ring_rptr) {
  718. DRM_ERROR("could not find ring read pointer!n");
  719. dev->dev_private = (void *)dev_priv;
  720. radeon_do_cleanup_cp(dev);
  721. return -EINVAL;
  722. }
  723. DRM_FIND_MAP( dev_priv->buffers, init->buffers_offset );
  724. if(!dev_priv->buffers) {
  725. DRM_ERROR("could not find dma buffer region!n");
  726. dev->dev_private = (void *)dev_priv;
  727. radeon_do_cleanup_cp(dev);
  728. return -EINVAL;
  729. }
  730. if ( !dev_priv->is_pci ) {
  731. DRM_FIND_MAP( dev_priv->agp_textures,
  732.       init->agp_textures_offset );
  733. if(!dev_priv->agp_textures) {
  734. DRM_ERROR("could not find agp texture region!n");
  735. dev->dev_private = (void *)dev_priv;
  736. radeon_do_cleanup_cp(dev);
  737. return -EINVAL;
  738. }
  739. }
  740. dev_priv->sarea_priv =
  741. (drm_radeon_sarea_t *)((u8 *)dev_priv->sarea->handle +
  742.        init->sarea_priv_offset);
  743. if ( !dev_priv->is_pci ) {
  744. DRM_IOREMAP( dev_priv->cp_ring );
  745. DRM_IOREMAP( dev_priv->ring_rptr );
  746. DRM_IOREMAP( dev_priv->buffers );
  747. if(!dev_priv->cp_ring->handle ||
  748.    !dev_priv->ring_rptr->handle ||
  749.    !dev_priv->buffers->handle) {
  750. DRM_ERROR("could not find ioremap agp regions!n");
  751. dev->dev_private = (void *)dev_priv;
  752. radeon_do_cleanup_cp(dev);
  753. return -EINVAL;
  754. }
  755. } else {
  756. dev_priv->cp_ring->handle =
  757. (void *)dev_priv->cp_ring->offset;
  758. dev_priv->ring_rptr->handle =
  759. (void *)dev_priv->ring_rptr->offset;
  760. dev_priv->buffers->handle = (void *)dev_priv->buffers->offset;
  761. DRM_DEBUG( "dev_priv->cp_ring->handle %pn",
  762.    dev_priv->cp_ring->handle );
  763. DRM_DEBUG( "dev_priv->ring_rptr->handle %pn",
  764.    dev_priv->ring_rptr->handle );
  765. DRM_DEBUG( "dev_priv->buffers->handle %pn",
  766.    dev_priv->buffers->handle );
  767. }
  768. dev_priv->agp_size = init->agp_size;
  769. dev_priv->agp_vm_start = RADEON_READ( RADEON_CONFIG_APER_SIZE );
  770. #if __REALLY_HAVE_AGP
  771. if ( !dev_priv->is_pci )
  772. dev_priv->agp_buffers_offset = (dev_priv->buffers->offset
  773. - dev->agp->base
  774. + dev_priv->agp_vm_start);
  775. else
  776. #endif
  777. dev_priv->agp_buffers_offset = (dev_priv->buffers->offset
  778. - dev->sg->handle
  779. + dev_priv->agp_vm_start);
  780. DRM_DEBUG( "dev_priv->agp_size %dn",
  781.    dev_priv->agp_size );
  782. DRM_DEBUG( "dev_priv->agp_vm_start 0x%xn",
  783.    dev_priv->agp_vm_start );
  784. DRM_DEBUG( "dev_priv->agp_buffers_offset 0x%lxn",
  785.    dev_priv->agp_buffers_offset );
  786. dev_priv->ring.head = ((__volatile__ u32 *)
  787.        dev_priv->ring_rptr->handle);
  788. dev_priv->ring.start = (u32 *)dev_priv->cp_ring->handle;
  789. dev_priv->ring.end = ((u32 *)dev_priv->cp_ring->handle
  790.       + init->ring_size / sizeof(u32));
  791. dev_priv->ring.size = init->ring_size;
  792. dev_priv->ring.size_l2qw = DRM(order)( init->ring_size / 8 );
  793. dev_priv->ring.tail_mask =
  794. (dev_priv->ring.size / sizeof(u32)) - 1;
  795. dev_priv->ring.high_mark = RADEON_RING_HIGH_MARK;
  796. #if 0
  797. /* Initialize the scratch register pointer.  This will cause
  798.  * the scratch register values to be written out to memory
  799.  * whenever they are updated.
  800.  * FIXME: This doesn't quite work yet, so we're disabling it
  801.  * for the release.
  802.  */
  803. RADEON_WRITE( RADEON_SCRATCH_ADDR, (dev_priv->ring_rptr->offset +
  804.     RADEON_SCRATCH_REG_OFFSET) );
  805. RADEON_WRITE( RADEON_SCRATCH_UMSK, 0x7 );
  806. #endif
  807. dev_priv->scratch = ((__volatile__ u32 *)
  808.      dev_priv->ring_rptr->handle +
  809.      (RADEON_SCRATCH_REG_OFFSET / sizeof(u32)));
  810. dev_priv->sarea_priv->last_frame = 0;
  811. RADEON_WRITE( RADEON_LAST_FRAME_REG,
  812.       dev_priv->sarea_priv->last_frame );
  813. dev_priv->sarea_priv->last_dispatch = 0;
  814. RADEON_WRITE( RADEON_LAST_DISPATCH_REG,
  815.       dev_priv->sarea_priv->last_dispatch );
  816. dev_priv->sarea_priv->last_clear = 0;
  817. RADEON_WRITE( RADEON_LAST_CLEAR_REG,
  818.       dev_priv->sarea_priv->last_clear );
  819. if ( dev_priv->is_pci ) {
  820. if (!DRM(ati_pcigart_init)( dev, &dev_priv->phys_pci_gart,
  821.     &dev_priv->bus_pci_gart)) {
  822. DRM_ERROR( "failed to init PCI GART!n" );
  823. dev->dev_private = (void *)dev_priv;
  824. radeon_do_cleanup_cp(dev);
  825. return -ENOMEM;
  826. }
  827. /* Turn on PCI GART
  828.  */
  829. tmp = RADEON_READ( RADEON_AIC_CNTL )
  830.       | RADEON_PCIGART_TRANSLATE_EN;
  831. RADEON_WRITE( RADEON_AIC_CNTL, tmp );
  832. /* set PCI GART page-table base address
  833.  */
  834. RADEON_WRITE( RADEON_AIC_PT_BASE, dev_priv->bus_pci_gart );
  835. /* set address range for PCI address translate
  836.  */
  837. RADEON_WRITE( RADEON_AIC_LO_ADDR, dev_priv->agp_vm_start );
  838. RADEON_WRITE( RADEON_AIC_HI_ADDR, dev_priv->agp_vm_start
  839.   + dev_priv->agp_size - 1);
  840. /* Turn off AGP aperture -- is this required for PCIGART?
  841.  */
  842. RADEON_WRITE( RADEON_MC_AGP_LOCATION, 0xffffffc0 ); /* ?? */
  843. RADEON_WRITE( RADEON_AGP_COMMAND, 0 ); /* clear AGP_COMMAND */
  844. } else {
  845. /* Turn off PCI GART
  846.  */
  847. tmp = RADEON_READ( RADEON_AIC_CNTL )
  848.       & ~RADEON_PCIGART_TRANSLATE_EN;
  849. RADEON_WRITE( RADEON_AIC_CNTL, tmp );
  850. }
  851. radeon_cp_load_microcode( dev_priv );
  852. radeon_cp_init_ring_buffer( dev, dev_priv );
  853. #if ROTATE_BUFS
  854. dev_priv->last_buf = 0;
  855. #endif
  856. dev->dev_private = (void *)dev_priv;
  857. radeon_do_engine_reset( dev );
  858. return 0;
  859. }
  860. int radeon_do_cleanup_cp( drm_device_t *dev )
  861. {
  862. DRM_DEBUG( "%sn", __FUNCTION__ );
  863. if ( dev->dev_private ) {
  864. drm_radeon_private_t *dev_priv = dev->dev_private;
  865. if ( !dev_priv->is_pci ) {
  866. DRM_IOREMAPFREE( dev_priv->cp_ring );
  867. DRM_IOREMAPFREE( dev_priv->ring_rptr );
  868. DRM_IOREMAPFREE( dev_priv->buffers );
  869. } else {
  870. if (!DRM(ati_pcigart_cleanup)( dev,
  871. dev_priv->phys_pci_gart,
  872. dev_priv->bus_pci_gart ))
  873. DRM_ERROR( "failed to cleanup PCI GART!n" );
  874. }
  875. DRM(free)( dev->dev_private, sizeof(drm_radeon_private_t),
  876.    DRM_MEM_DRIVER );
  877. dev->dev_private = NULL;
  878. }
  879. return 0;
  880. }
  881. int radeon_cp_init( struct inode *inode, struct file *filp,
  882.     unsigned int cmd, unsigned long arg )
  883. {
  884.         drm_file_t *priv = filp->private_data;
  885.         drm_device_t *dev = priv->dev;
  886. drm_radeon_init_t init;
  887. if ( copy_from_user( &init, (drm_radeon_init_t *)arg, sizeof(init) ) )
  888. return -EFAULT;
  889. switch ( init.func ) {
  890. case RADEON_INIT_CP:
  891. return radeon_do_init_cp( dev, &init );
  892. case RADEON_CLEANUP_CP:
  893. return radeon_do_cleanup_cp( dev );
  894. }
  895. return -EINVAL;
  896. }
  897. int radeon_cp_start( struct inode *inode, struct file *filp,
  898.      unsigned int cmd, unsigned long arg )
  899. {
  900.         drm_file_t *priv = filp->private_data;
  901.         drm_device_t *dev = priv->dev;
  902. drm_radeon_private_t *dev_priv = dev->dev_private;
  903. DRM_DEBUG( "%sn", __FUNCTION__ );
  904. LOCK_TEST_WITH_RETURN( dev );
  905. if ( dev_priv->cp_running ) {
  906. DRM_DEBUG( "%s while CP runningn", __FUNCTION__ );
  907. return 0;
  908. }
  909. if ( dev_priv->cp_mode == RADEON_CSQ_PRIDIS_INDDIS ) {
  910. DRM_DEBUG( "%s called with bogus CP mode (%d)n",
  911.    __FUNCTION__, dev_priv->cp_mode );
  912. return 0;
  913. }
  914. radeon_do_cp_start( dev_priv );
  915. return 0;
  916. }
  917. /* Stop the CP.  The engine must have been idled before calling this
  918.  * routine.
  919.  */
  920. int radeon_cp_stop( struct inode *inode, struct file *filp,
  921.     unsigned int cmd, unsigned long arg )
  922. {
  923.         drm_file_t *priv = filp->private_data;
  924.         drm_device_t *dev = priv->dev;
  925. drm_radeon_private_t *dev_priv = dev->dev_private;
  926. drm_radeon_cp_stop_t stop;
  927. int ret;
  928. DRM_DEBUG( "%sn", __FUNCTION__ );
  929. LOCK_TEST_WITH_RETURN( dev );
  930. if ( copy_from_user( &stop, (drm_radeon_init_t *)arg, sizeof(stop) ) )
  931. return -EFAULT;
  932. /* Flush any pending CP commands.  This ensures any outstanding
  933.  * commands are exectuted by the engine before we turn it off.
  934.  */
  935. if ( stop.flush ) {
  936. radeon_do_cp_flush( dev_priv );
  937. }
  938. /* If we fail to make the engine go idle, we return an error
  939.  * code so that the DRM ioctl wrapper can try again.
  940.  */
  941. if ( stop.idle ) {
  942. ret = radeon_do_cp_idle( dev_priv );
  943. if ( ret < 0 ) return ret;
  944. }
  945. /* Finally, we can turn off the CP.  If the engine isn't idle,
  946.  * we will get some dropped triangles as they won't be fully
  947.  * rendered before the CP is shut down.
  948.  */
  949. radeon_do_cp_stop( dev_priv );
  950. /* Reset the engine */
  951. radeon_do_engine_reset( dev );
  952. return 0;
  953. }
  954. /* Just reset the CP ring.  Called as part of an X Server engine reset.
  955.  */
  956. int radeon_cp_reset( struct inode *inode, struct file *filp,
  957.      unsigned int cmd, unsigned long arg )
  958. {
  959.         drm_file_t *priv = filp->private_data;
  960.         drm_device_t *dev = priv->dev;
  961. drm_radeon_private_t *dev_priv = dev->dev_private;
  962. DRM_DEBUG( "%sn", __FUNCTION__ );
  963. LOCK_TEST_WITH_RETURN( dev );
  964. if ( !dev_priv ) {
  965. DRM_DEBUG( "%s called before init donen", __FUNCTION__ );
  966. return -EINVAL;
  967. }
  968. radeon_do_cp_reset( dev_priv );
  969. /* The CP is no longer running after an engine reset */
  970. dev_priv->cp_running = 0;
  971. return 0;
  972. }
  973. int radeon_cp_idle( struct inode *inode, struct file *filp,
  974.     unsigned int cmd, unsigned long arg )
  975. {
  976.         drm_file_t *priv = filp->private_data;
  977.         drm_device_t *dev = priv->dev;
  978. drm_radeon_private_t *dev_priv = dev->dev_private;
  979. DRM_DEBUG( "%sn", __FUNCTION__ );
  980. LOCK_TEST_WITH_RETURN( dev );
  981. return radeon_do_cp_idle( dev_priv );
  982. }
  983. int radeon_engine_reset( struct inode *inode, struct file *filp,
  984.  unsigned int cmd, unsigned long arg )
  985. {
  986.         drm_file_t *priv = filp->private_data;
  987.         drm_device_t *dev = priv->dev;
  988. DRM_DEBUG( "%sn", __FUNCTION__ );
  989. LOCK_TEST_WITH_RETURN( dev );
  990. return radeon_do_engine_reset( dev );
  991. }
  992. /* ================================================================
  993.  * Fullscreen mode
  994.  */
  995. static int radeon_do_init_pageflip( drm_device_t *dev )
  996. {
  997. drm_radeon_private_t *dev_priv = dev->dev_private;
  998. DRM_DEBUG( "%sn", __FUNCTION__ );
  999. dev_priv->crtc_offset =      RADEON_READ( RADEON_CRTC_OFFSET );
  1000. dev_priv->crtc_offset_cntl = RADEON_READ( RADEON_CRTC_OFFSET_CNTL );
  1001. RADEON_WRITE( RADEON_CRTC_OFFSET, dev_priv->front_offset );
  1002. RADEON_WRITE( RADEON_CRTC_OFFSET_CNTL,
  1003.       dev_priv->crtc_offset_cntl |
  1004.       RADEON_CRTC_OFFSET_FLIP_CNTL );
  1005. dev_priv->page_flipping = 1;
  1006. dev_priv->current_page = 0;
  1007. return 0;
  1008. }
  1009. int radeon_do_cleanup_pageflip( drm_device_t *dev )
  1010. {
  1011. drm_radeon_private_t *dev_priv = dev->dev_private;
  1012. DRM_DEBUG( "%sn", __FUNCTION__ );
  1013. RADEON_WRITE( RADEON_CRTC_OFFSET,      dev_priv->crtc_offset );
  1014. RADEON_WRITE( RADEON_CRTC_OFFSET_CNTL, dev_priv->crtc_offset_cntl );
  1015. dev_priv->page_flipping = 0;
  1016. dev_priv->current_page = 0;
  1017. return 0;
  1018. }
  1019. int radeon_fullscreen( struct inode *inode, struct file *filp,
  1020.        unsigned int cmd, unsigned long arg )
  1021. {
  1022.         drm_file_t *priv = filp->private_data;
  1023.         drm_device_t *dev = priv->dev;
  1024. drm_radeon_fullscreen_t fs;
  1025. LOCK_TEST_WITH_RETURN( dev );
  1026. if ( copy_from_user( &fs, (drm_radeon_fullscreen_t *)arg,
  1027.      sizeof(fs) ) )
  1028. return -EFAULT;
  1029. switch ( fs.func ) {
  1030. case RADEON_INIT_FULLSCREEN:
  1031. return radeon_do_init_pageflip( dev );
  1032. case RADEON_CLEANUP_FULLSCREEN:
  1033. return radeon_do_cleanup_pageflip( dev );
  1034. }
  1035. return -EINVAL;
  1036. }
  1037. /* ================================================================
  1038.  * Freelist management
  1039.  */
  1040. #define RADEON_BUFFER_USED 0xffffffff
  1041. #define RADEON_BUFFER_FREE 0
  1042. #if 0
  1043. static int radeon_freelist_init( drm_device_t *dev )
  1044. {
  1045. drm_device_dma_t *dma = dev->dma;
  1046. drm_radeon_private_t *dev_priv = dev->dev_private;
  1047. drm_buf_t *buf;
  1048. drm_radeon_buf_priv_t *buf_priv;
  1049. drm_radeon_freelist_t *entry;
  1050. int i;
  1051. dev_priv->head = DRM(alloc)( sizeof(drm_radeon_freelist_t),
  1052.      DRM_MEM_DRIVER );
  1053. if ( dev_priv->head == NULL )
  1054. return -ENOMEM;
  1055. memset( dev_priv->head, 0, sizeof(drm_radeon_freelist_t) );
  1056. dev_priv->head->age = RADEON_BUFFER_USED;
  1057. for ( i = 0 ; i < dma->buf_count ; i++ ) {
  1058. buf = dma->buflist[i];
  1059. buf_priv = buf->dev_private;
  1060. entry = DRM(alloc)( sizeof(drm_radeon_freelist_t),
  1061.     DRM_MEM_DRIVER );
  1062. if ( !entry ) return -ENOMEM;
  1063. entry->age = RADEON_BUFFER_FREE;
  1064. entry->buf = buf;
  1065. entry->prev = dev_priv->head;
  1066. entry->next = dev_priv->head->next;
  1067. if ( !entry->next )
  1068. dev_priv->tail = entry;
  1069. buf_priv->discard = 0;
  1070. buf_priv->dispatched = 0;
  1071. buf_priv->list_entry = entry;
  1072. dev_priv->head->next = entry;
  1073. if ( dev_priv->head->next )
  1074. dev_priv->head->next->prev = entry;
  1075. }
  1076. return 0;
  1077. }
  1078. #endif
  1079. drm_buf_t *radeon_freelist_get( drm_device_t *dev )
  1080. {
  1081. drm_device_dma_t *dma = dev->dma;
  1082. drm_radeon_private_t *dev_priv = dev->dev_private;
  1083. drm_radeon_buf_priv_t *buf_priv;
  1084. drm_buf_t *buf;
  1085. int i, t;
  1086. #if ROTATE_BUFS
  1087. int start;
  1088. #endif
  1089. /* FIXME: Optimize -- use freelist code */
  1090. for ( i = 0 ; i < dma->buf_count ; i++ ) {
  1091. buf = dma->buflist[i];
  1092. buf_priv = buf->dev_private;
  1093. if ( buf->pid == 0 ) {
  1094. DRM_DEBUG( "  ret buf=%d last=%d pid=0n",
  1095.    buf->idx, dev_priv->last_buf );
  1096. return buf;
  1097. }
  1098. DRM_DEBUG( "    skipping buf=%d pid=%dn",
  1099.    buf->idx, buf->pid );
  1100. }
  1101. #if ROTATE_BUFS
  1102. if ( ++dev_priv->last_buf >= dma->buf_count )
  1103. dev_priv->last_buf = 0;
  1104. start = dev_priv->last_buf;
  1105. #endif
  1106. for ( t = 0 ; t < dev_priv->usec_timeout ; t++ ) {
  1107. #if 0
  1108. /* FIXME: Disable this for now */
  1109. u32 done_age = dev_priv->scratch[RADEON_LAST_DISPATCH];
  1110. #else
  1111. u32 done_age = RADEON_READ( RADEON_LAST_DISPATCH_REG );
  1112. #endif
  1113. #if ROTATE_BUFS
  1114. for ( i = start ; i < dma->buf_count ; i++ ) {
  1115. #else
  1116. for ( i = 0 ; i < dma->buf_count ; i++ ) {
  1117. #endif
  1118. buf = dma->buflist[i];
  1119. buf_priv = buf->dev_private;
  1120. if ( buf->pending && buf_priv->age <= done_age ) {
  1121. /* The buffer has been processed, so it
  1122.  * can now be used.
  1123.  */
  1124. buf->pending = 0;
  1125. DRM_DEBUG( "  ret buf=%d last=%d age=%d done=%dn", buf->idx, dev_priv->last_buf, buf_priv->age, done_age );
  1126. return buf;
  1127. }
  1128. DRM_DEBUG( "    skipping buf=%d age=%d done=%dn",
  1129.    buf->idx, buf_priv->age,
  1130.    done_age );
  1131. #if ROTATE_BUFS
  1132. start = 0;
  1133. #endif
  1134. }
  1135. udelay( 1 );
  1136. }
  1137. DRM_ERROR( "returning NULL!n" );
  1138. return NULL;
  1139. }
  1140. void radeon_freelist_reset( drm_device_t *dev )
  1141. {
  1142. drm_device_dma_t *dma = dev->dma;
  1143. #if ROTATE_BUFS
  1144. drm_radeon_private_t *dev_priv = dev->dev_private;
  1145. #endif
  1146. int i;
  1147. #if ROTATE_BUFS
  1148. dev_priv->last_buf = 0;
  1149. #endif
  1150. for ( i = 0 ; i < dma->buf_count ; i++ ) {
  1151. drm_buf_t *buf = dma->buflist[i];
  1152. drm_radeon_buf_priv_t *buf_priv = buf->dev_private;
  1153. buf_priv->age = 0;
  1154. }
  1155. }
  1156. /* ================================================================
  1157.  * CP command submission
  1158.  */
  1159. int radeon_wait_ring( drm_radeon_private_t *dev_priv, int n )
  1160. {
  1161. drm_radeon_ring_buffer_t *ring = &dev_priv->ring;
  1162. int i;
  1163. for ( i = 0 ; i < dev_priv->usec_timeout ; i++ ) {
  1164. radeon_update_ring_snapshot( ring );
  1165. if ( ring->space > n )
  1166. return 0;
  1167. udelay( 1 );
  1168. }
  1169. /* FIXME: This return value is ignored in the BEGIN_RING macro! */
  1170. #if RADEON_FIFO_DEBUG
  1171. radeon_status( dev_priv );
  1172. DRM_ERROR( "failed!n" );
  1173. #endif
  1174. return -EBUSY;
  1175. }
  1176. static int radeon_cp_get_buffers( drm_device_t *dev, drm_dma_t *d )
  1177. {
  1178. int i;
  1179. drm_buf_t *buf;
  1180. for ( i = d->granted_count ; i < d->request_count ; i++ ) {
  1181. buf = radeon_freelist_get( dev );
  1182. if ( !buf ) return -EAGAIN;
  1183. buf->pid = current->pid;
  1184. if ( copy_to_user( &d->request_indices[i], &buf->idx,
  1185.    sizeof(buf->idx) ) )
  1186. return -EFAULT;
  1187. if ( copy_to_user( &d->request_sizes[i], &buf->total,
  1188.    sizeof(buf->total) ) )
  1189. return -EFAULT;
  1190. d->granted_count++;
  1191. }
  1192. return 0;
  1193. }
  1194. int radeon_cp_buffers( struct inode *inode, struct file *filp,
  1195.        unsigned int cmd, unsigned long arg )
  1196. {
  1197. drm_file_t *priv = filp->private_data;
  1198. drm_device_t *dev = priv->dev;
  1199. drm_device_dma_t *dma = dev->dma;
  1200. int ret = 0;
  1201. drm_dma_t d;
  1202. LOCK_TEST_WITH_RETURN( dev );
  1203. if ( copy_from_user( &d, (drm_dma_t *)arg, sizeof(d) ) )
  1204. return -EFAULT;
  1205. /* Please don't send us buffers.
  1206.  */
  1207. if ( d.send_count != 0 ) {
  1208. DRM_ERROR( "Process %d trying to send %d buffers via drmDMAn",
  1209.    current->pid, d.send_count );
  1210. return -EINVAL;
  1211. }
  1212. /* We'll send you buffers.
  1213.  */
  1214. if ( d.request_count < 0 || d.request_count > dma->buf_count ) {
  1215. DRM_ERROR( "Process %d trying to get %d buffers (of %d max)n",
  1216.    current->pid, d.request_count, dma->buf_count );
  1217. return -EINVAL;
  1218. }
  1219. d.granted_count = 0;
  1220. if ( d.request_count ) {
  1221. ret = radeon_cp_get_buffers( dev, &d );
  1222. }
  1223. if ( copy_to_user( (drm_dma_t *)arg, &d, sizeof(d) ) )
  1224. return -EFAULT;
  1225. return ret;
  1226. }