android_kernel_xiaomi_sm8350/drivers/video/aty
David Miller efc4918143 radeon: misc corrections
I have a new PCI-E radeon RV380 series card (PCI device ID 5b64) that
hangs in my sparc64 boxes when the init scripts set the font.  The problem
goes away if I disable acceleration.

I haven't figured out that bug yet, but along the way I found some
corrections to make based upon some auditing.

1) The RB2D_DC_FLUSH_ALL value used by the kernel fb driver
   and the XORG video driver differ.  I've made the kernel
   match what XORG is using.

2) In radeonfb_engine_reset() we have top-level code structure
   that roughly looks like:

	if (family is 300, 350, or V350)
		do this;
	else
		do that;
	...
	if (family is NOT 300, OR
	    family is NOT 350, OR
	    family is NOT V350)
		do another thing;

   this last conditional makes no sense, is always true,
   and obviously was likely meant to be "family is NOT
   300, 350, or V350".  So I've made the code match the
   intent.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Tested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-08-05 14:33:49 -07:00
..
ati_ids.h Radeonfb Xpress 200M RC410 support 2007-10-16 09:43:19 -07:00
aty128fb.c aty128fb: test below 0 on unsigned pll->post_divider 2008-07-24 10:47:37 -07:00
atyfb_base.c atyfb: fix a cast 2008-07-24 10:47:39 -07:00
atyfb.h atyfb: atyfb: Unshare pseudo_palette 2007-10-16 09:43:17 -07:00
mach64_accel.c
mach64_ct.c video: replace remaining __FUNCTION__ occurrences 2008-04-28 08:58:42 -07:00
mach64_cursor.c fbdev: change asm/uaccess.h to linux/uaccess.h 2007-10-16 09:43:17 -07:00
mach64_gx.c
Makefile
radeon_accel.c radeon: misc corrections 2008-08-05 14:33:49 -07:00
radeon_backlight.c
radeon_base.c aty: use memory_read_from_buffer() 2008-07-24 10:47:39 -07:00
radeon_i2c.c radeonfb: speed up the I2C buses 2008-04-28 08:58:38 -07:00
radeon_monitor.c radeonfb: drop redundant RTRACE macro 2008-04-28 08:58:38 -07:00
radeon_pm.c drivers/video/: Spelling fixes 2008-02-03 17:31:49 +02:00
radeonfb.h driver core: remove DEVICE_NAME_SIZE define 2008-07-21 21:54:53 -07:00