summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-07-2616-18/+17Star
|\
| * drm: kill reclaim_buffers callbackDaniel Vetter2012-07-201-1/+0Star
| * drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-2013-15/+15
| * drm/i915/bios: cleanup return type of intel_parse_bios()Dan Carpenter2012-06-272-2/+2
* | gma500,cdv: Fix the brightness baseAlan Cox2012-07-161-16/+19
* | gma500: move the ASLE enableAlan Cox2012-07-163-5/+9
* | gma500: Fix lid related crashAlan Cox2012-07-161-8/+4Star
|/
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* drm: Constify gem_vm_ops pointerLaurent Pinchart2012-05-222-2/+2
* gma500: Fix Poulsbo suspend/resume crash on devices with SDVO portsAlan Cox2012-05-221-2/+4
* gma500: handle poulsbo cursor restrictionPatrik Jakobsson2012-05-227-12/+61
* gma500: Prevent endless loop in panel power up sequenceAlan Cox2012-05-221-3/+9
* gma500: fix build warningDave Airlie2012-05-171-1/+1
* gma500: silence an unused variable warningDan Carpenter2012-05-171-6/+6
* gma500: unload fixesAlan Cox2012-05-174-40/+20Star
* gma500: Fix crash on D2700MUD and various other boardsAlan Cox2012-05-172-4/+12
* gma500: Turn on the IRQ for everythingAlan Cox2012-05-111-2/+2
* gma500: clean up some more checksAlan Cox2012-05-115-7/+9
* cdv: Add all cedarview pci idsAlan Cox2012-05-111-0/+8
* gma500: Clean up some of the noiseAlan Cox2012-05-114-29/+5Star
* gma500: use the register map to clean upAlan Cox2012-05-118-783/+473Star
* gma500: introduce some register mapsAlan Cox2012-05-115-1/+268
* gma500: Clean up from the psb_pipe structureAlan Cox2012-05-111-83/+46Star
* gma500: introduce a structure describing each pipeAlan Cox2012-05-116-340/+173Star
* gma500: Fix build without ACPIAlan Cox2012-05-114-14/+23
* Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-05-071-1/+0Star
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-1/+0Star
| |\
| | * drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...Marcos Paulo de Souza2012-04-191-1/+0Star
* | | gma500: mid-bios: rewrite VBT/GCT handling in a cleaner wayKirill A. Shutemov2012-05-075-131/+203
* | | gma500: fix -Wmissing-include-dirs warningsKirill A. Shutemov2012-05-071-1/+1
* | | gma500: cdv_intel_lvds: mark cdv_intel_lvds_enc_funcs as staticKirill A. Shutemov2012-05-071-1/+1
* | | gma500: oaktrail_hdmi_i2c_handler(): base should be __iomemKirill A. Shutemov2012-05-071-1/+1
* | | gma500: lid_state should be __iomemKirill A. Shutemov2012-05-071-1/+1
* | | gma500: psb_irq_turn_off_dpst() fix bit operationKirill A. Shutemov2012-05-071-1/+1
* | | gma500: framebuffer: mark psb_fb_helper_funcs as staticKirill A. Shutemov2012-05-071-1/+1
* | | gma500: vram_addr should be __iomemKirill A. Shutemov2012-05-072-3/+2Star
* | | gma500: sgx_reg and vdc_reg should be __iomemKirill A. Shutemov2012-05-071-2/+2
* | | gma500: gtt: fix __iomem sparse warningsKirill A. Shutemov2012-05-072-5/+8
* | | gma500: psb_gtt_init(): drop unused variableKirill A. Shutemov2012-05-071-2/+1Star
* | | gma500: address the lid codeAlan Cox2012-05-073-3/+2Star
* | | gma500: opregion and ACPIAlan Cox2012-05-0711-188/+396
* | | gma500: implement backlight functionality for Cedartrail devicesAlan Cox2012-05-031-63/+52Star
* | | gma500: wide framebuffer memoryAlan Cox2012-05-031-0/+2
* | | gma500: Sync up Oaktrail HDMIAlan Cox2012-05-031-0/+1
* | | gma500: don't register the ACPI video busAlan Cox2012-05-031-1/+1
* | | gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDEKirill A. Shutemov2012-05-031-1/+0Star
* | | cdv: Fix typos in initialization of mdfld_chip_opsPatrik Jakobsson2012-05-031-2/+2
|/ /
* | gma500: Set the mapping maskAlan Cox2012-04-272-0/+6
* | gma500: Add the base elements of CDV hotplug supportAlan Cox2012-04-273-3/+48
* | gma500: Add ops for hotplug support.Alan Cox2012-04-272-7/+26