Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "intel_agp: fix stolen mem range on G33"

This reverts commit f443675affe3f16dd428e46f0f7fd3f4d703eeab, which
breaks horribly if you aren't running an unreleased xf86-video-intel
driver out of git.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Cc: Dave Airlie <airlied@linux.ie>
Cc: Zhenyu Wang <zhenyu.z.wang@intel.com>
Acked-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kyle McMartin and committed by
Linus Torvalds
3a498695 71e4eda8

-5
-5
drivers/char/agp/intel-agp.c
··· 506 506 break; 507 507 } 508 508 } else { 509 - /* G33's GTT stolen memory is separate from gfx data 510 - * stolen memory. 511 - */ 512 - if (IS_G33) 513 - size = 0; 514 509 switch (gmch_ctrl & I855_GMCH_GMS_MASK) { 515 510 case I855_GMCH_GMS_STOLEN_1M: 516 511 gtt_entries = MB(1) - KB(size);