summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
Commit message (Expand)AuthorAgeFilesLines
* 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/+20
* 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/+5
* gma500: use the register map to clean upAlan Cox2012-05-118-783/+473
* gma500: introduce some register mapsAlan Cox2012-05-115-1/+268
* gma500: Clean up from the psb_pipe structureAlan Cox2012-05-111-83/+46
* gma500: introduce a structure describing each pipeAlan Cox2012-05-116-340/+173
* 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/+0
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-1/+0
| |\
| | * drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...Marcos Paulo de Souza2012-04-191-1/+0
* | | 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/+2
* | | 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/+1
* | | gma500: address the lid codeAlan Cox2012-05-073-3/+2
* | | gma500: opregion and ACPIAlan Cox2012-05-0711-188/+396
* | | gma500: implement backlight functionality for Cedartrail devicesAlan Cox2012-05-031-63/+52
* | | 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/+0
* | | 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
* | cdv: continue synching up with updated reference codeAlan Cox2012-04-2710-56/+89
* | gma500: Clean up weirdness in the cdv mode test codeAlan Cox2012-04-271-3/+1
* | gma500: support 1080pAlan Cox2012-04-275-25/+16
* | gma500: panel presence checkAlan Cox2012-04-271-0/+57
* | gma500: intel_bios updatesAlan Cox2012-04-274-37/+438
* | gma500: mark framebuffer pages write combiningAlan Cox2012-04-271-1/+1
* | gma500: Update the Cedarview clock handlingAlan Cox2012-04-273-65/+294