drm/radeon: separate UVD code v3
[deliverable/linux.git] / drivers / gpu / drm / radeon / cayman_blit_shaders.c
index 19a0114d2e3b1f70a16a2b9f0e832f165908bdc7..98d009e154bfda47c99fb1d52a9fe4fc5f73bf41 100644 (file)
@@ -317,58 +317,4 @@ const u32 cayman_default_state[] =
        0x00000010, /*  */
 };
 
-const u32 cayman_vs[] =
-{
-       0x00000004,
-       0x80400400,
-       0x0000a03c,
-       0x95000688,
-       0x00004000,
-       0x15000688,
-       0x00000000,
-       0x88000000,
-       0x04000000,
-       0x67961001,
-#ifdef __BIG_ENDIAN
-       0x00020000,
-#else
-       0x00000000,
-#endif
-       0x00000000,
-       0x04000000,
-       0x67961000,
-#ifdef __BIG_ENDIAN
-       0x00020008,
-#else
-       0x00000008,
-#endif
-       0x00000000,
-};
-
-const u32 cayman_ps[] =
-{
-       0x00000004,
-       0xa00c0000,
-       0x00000008,
-       0x80400000,
-       0x00000000,
-       0x95000688,
-       0x00000000,
-       0x88000000,
-       0x00380400,
-       0x00146b10,
-       0x00380000,
-       0x20146b10,
-       0x00380400,
-       0x40146b00,
-       0x80380000,
-       0x60146b00,
-       0x00000010,
-       0x000d1000,
-       0xb0800000,
-       0x00000000,
-};
-
-const u32 cayman_ps_size = ARRAY_SIZE(cayman_ps);
-const u32 cayman_vs_size = ARRAY_SIZE(cayman_vs);
 const u32 cayman_default_size = ARRAY_SIZE(cayman_default_state);
This page took 0.025415 seconds and 5 git commands to generate.