OpenCloudOS-Kernel/drivers/gpu/drm/gma500
Alan Cox 398b470689 gma500: Set the mapping mask
Some boards such as the Intel D2700MUD allow you to have over 4GB of RAM.
The GTT on the PVR based devices is 32bit however. Hugh Dickins points out
that we should therefore be setting the mapping gfp mask.

This is not the whole fix for the problem. Some further shmem patches will
be needed to deal with the corner cases.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-04-27 09:24:36 +01:00
..
Kconfig gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
Makefile gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
accel_2d.c drm: Replace pitch with pitches[] in drm_framebuffer 2011-12-20 10:06:27 +00:00
backlight.c gma500: Add device framework 2011-11-16 11:25:08 +00:00
cdv_device.c gma500: Add the base elements of CDV hotplug support 2012-04-27 09:24:21 +01:00
cdv_device.h gma500: fix cdv_intel_wait_for_vblank() prototype 2012-03-10 13:06:15 +00:00
cdv_intel_crt.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
cdv_intel_display.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
cdv_intel_hdmi.c gma500: support 1080p 2012-04-27 09:24:09 +01:00
cdv_intel_lvds.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
framebuffer.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
framebuffer.h gma500: kill virtual mapping support 2011-12-06 09:55:29 +00:00
gem.c gma500: Set the mapping mask 2012-04-27 09:24:36 +01:00
gem_glue.c gma500: gem_glue: add missing include 2012-03-10 13:05:56 +00:00
gem_glue.h gma500: GEM and GEM glue 2011-11-16 11:22:36 +00:00
gtt.c gma500: Set the mapping mask 2012-04-27 09:24:36 +01:00
gtt.h gma500: gtt based hardware scrolling console 2011-12-06 09:55:39 +00:00
intel_bios.c gma500: intel_bios updates 2012-04-27 09:23:47 +01:00
intel_bios.h gma500: intel_bios updates 2012-04-27 09:23:47 +01:00
intel_gmbus.c drm: Fix kcalloc parameters swapped 2012-02-13 12:07:36 +00:00
intel_i2c.c gma500: fixup build versus latest header changes. 2011-11-16 12:14:04 +00:00
intel_opregion.c gma500: intel_bios updates 2012-04-27 09:23:47 +01:00
mdfld_device.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
mdfld_dsi_dpi.c gma500: mdfld_dsi_dpi: drop unused variables 2012-03-10 13:06:27 +00:00
mdfld_dsi_dpi.h gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
mdfld_dsi_output.c gma500: medfield: fix build without CONFIG_BACKLIGHT_CLASS_DEVICE 2012-03-26 09:33:24 +01:00
mdfld_dsi_output.h gma500: medfield: drop a bit of dead code 2012-03-10 13:05:52 +00:00
mdfld_dsi_pkg_sender.c gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warning 2012-03-10 13:06:28 +00:00
mdfld_dsi_pkg_sender.h gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
mdfld_intel_display.c gma500: mdfld_intel_display: drop unused variables 2012-03-10 13:06:28 +00:00
mdfld_output.c gma500: mdfld_dsi_output_init() drop unused parameter 2012-03-10 13:05:51 +00:00
mdfld_output.h gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
mdfld_tmd_vid.c gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
mdfld_tpo_vid.c gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
mid_bios.c gma500: silence gcc warnings in mid_get_vbt_data() 2012-01-10 10:01:22 +00:00
mid_bios.h gma500: Add the glue to the various BIOS and firmware interfaces 2011-11-16 11:25:28 +00:00
mmu.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2012-03-22 13:08:22 -07:00
oaktrail.h gma500: Add Oaktrail support 2011-11-16 11:27:12 +00:00
oaktrail_crtc.c gma500: oaktrail_crtc: drop unused variables 2012-03-10 13:06:30 +00:00
oaktrail_device.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
oaktrail_hdmi.c gma500: support 1080p 2012-04-27 09:24:09 +01:00
oaktrail_hdmi_i2c.c gma500: oaktrail_hdmi_i2c_access() drop unused variable 2012-03-10 13:06:34 +00:00
oaktrail_lvds.c gma500: oaktrail_lvds_init() drop unused variable 2012-03-10 13:06:35 +00:00
power.c gma500: suspend/resume support for Cedartrail 2012-03-15 09:46:22 +00:00
power.h gma500: Add device framework 2011-11-16 11:25:08 +00:00
psb_device.c cdv: continue synching up with updated reference code 2012-04-27 09:24:16 +01:00
psb_drv.c gma500: Fix leak of uncached page 2012-04-27 09:22:57 +01:00
psb_drv.h gma500: Add the base elements of CDV hotplug support 2012-04-27 09:24:21 +01:00
psb_intel_display.c gma500: psb_intel_display: drop unused variables 2012-03-10 13:06:38 +00:00
psb_intel_display.h gma500: Add Poulsbo support 2011-11-16 11:26:55 +00:00
psb_intel_drv.h gma500: Update the Cedarview clock handling 2012-04-27 09:23:19 +01:00
psb_intel_lvds.c intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init() 2012-03-10 13:05:37 +00:00
psb_intel_modes.c gma500: Remove psb_intel_output from ddc_probe and ddc_get_modes 2011-12-20 10:23:06 +00:00
psb_intel_reg.h gma500: Add the base elements of CDV hotplug support 2012-04-27 09:24:21 +01:00
psb_intel_sdvo.c gma500: support 1080p 2012-04-27 09:24:09 +01:00
psb_intel_sdvo_regs.h gma500: Replace SDVO code with slightly modified version from i915 2011-12-20 10:23:14 +00:00
psb_irq.c gma500: Add ops for hotplug support. 2012-04-27 09:24:20 +01:00
psb_irq.h gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
psb_lid.c gma500: do a pass over the FIXME tags 2011-12-06 09:55:33 +00:00
psb_reg.h gma500: Add the core DRM files and headers 2011-11-16 11:26:35 +00:00
tc35876x-dsi-lvds.c gma500: initial medfield merge 2012-03-10 13:05:48 +00:00
tc35876x-dsi-lvds.h gma500: initial medfield merge 2012-03-10 13:05:48 +00:00