1. 24 6月, 2006 1 次提交
    • D
      drm: radeon add a tcl state flush before accessing tcl vector space · f2a2279f
      Dave Airlie 提交于
      Do a tcl state flush before accessing tcl vector space. This fixes some
      more problems with flickering (bug #6637). drm may not be appropriate
      place for this, since doing that flush there might both be overkill and
      insufficient in some cases. However, it's hard to figure out when that
      flush is needed, so this has to suffice. There does not seem to be a
      performance penalty associated with it.
      
      From: Roland Scheidegger (DRM CVS)
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      f2a2279f
  2. 23 4月, 2006 2 次提交
  3. 18 4月, 2006 2 次提交
  4. 07 4月, 2006 1 次提交
    • D
      drm: deline a few large inlines in DRM code · 31f64bd1
      Dave Airlie 提交于
      This patch moves a few large functions from drm_memory.h
      to drm_memory.c, with the following effect:
      
        text    data     bss     dec     hex filename
       46305    1304      20   47629    ba0d new/drm.ko
       46367    1304      20   47691    ba4b org/drm.ko
       12969    1372       0   14341    3805 new/i810.ko
       14712    1372       0   16084    3ed4 org/i810.ko
       16447    1364       0   17811    4593 new/i830.ko
       18198    1364       0   19562    4c6a org/i830.ko
       11875    1324       0   13199    338f new/i915.ko
       13025    1324       0   14349    380d org/i915.ko
       23936   29288       0   53224    cfe8 new/mga.ko
       27280   29288       0   56568    dcf8 org/mga.ko
      
      Please apply.
      Signed-off-by: NDenis Vlasenko <vda@ilport.com.ua>
      Signed-off-by: NDave Airlie <airlied@linux.ie>
      31f64bd1
  5. 05 4月, 2006 3 次提交
  6. 29 3月, 2006 3 次提交
  7. 25 3月, 2006 1 次提交
  8. 22 3月, 2006 1 次提交
  9. 21 3月, 2006 1 次提交
  10. 20 3月, 2006 1 次提交
  11. 19 3月, 2006 8 次提交
  12. 18 2月, 2006 3 次提交
  13. 14 2月, 2006 1 次提交
  14. 07 2月, 2006 1 次提交
  15. 02 2月, 2006 2 次提交
  16. 26 1月, 2006 1 次提交
  17. 25 1月, 2006 6 次提交
  18. 15 1月, 2006 1 次提交
  19. 12 1月, 2006 1 次提交