summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500
AgeCommit message (Expand)AuthorFilesLines
2012-05-07gma500: opregion and ACPIAlan Cox11-188/+396
2012-05-03gma500: implement backlight functionality for Cedartrail devicesAlan Cox1-63/+52
2012-05-03gma500: wide framebuffer memoryAlan Cox1-0/+2
2012-05-03gma500: Sync up Oaktrail HDMIAlan Cox1-0/+1
2012-05-03gma500: don't register the ACPI video busAlan Cox1-1/+1
2012-05-03gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDEKirill A. Shutemov1-1/+0
2012-05-03cdv: Fix typos in initialization of mdfld_chip_opsPatrik Jakobsson1-2/+2
2012-04-27gma500: Set the mapping maskAlan Cox2-0/+6
2012-04-27gma500: Add the base elements of CDV hotplug supportAlan Cox3-3/+48
2012-04-27gma500: Add ops for hotplug support.Alan Cox2-7/+26
2012-04-27cdv: continue synching up with updated reference codeAlan Cox10-56/+89
2012-04-27gma500: Clean up weirdness in the cdv mode test codeAlan Cox1-3/+1
2012-04-27gma500: support 1080pAlan Cox5-25/+16
2012-04-27gma500: panel presence checkAlan Cox1-0/+57
2012-04-27gma500: intel_bios updatesAlan Cox4-37/+438
2012-04-27gma500: mark framebuffer pages write combiningAlan Cox1-1/+1
2012-04-27gma500: Update the Cedarview clock handlingAlan Cox3-65/+294
2012-04-27gma500: read the PLL bitsAlan Cox3-0/+59
2012-04-27gma500: Fix leak of uncached pageAlan Cox1-0/+1
2012-03-26gma500: medfield: fix build without CONFIG_BACKLIGHT_CLASS_DEVICEKirill A. Shutemov1-1/+4
2012-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds42-967/+6866
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-15/+15
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+4
2012-03-20gma500: remove the second argument of k[un]map_atomic()Cong Wang1-15/+15
2012-03-20gma500: Fix mmap frambufferYoichi Yuasa1-1/+1
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie3-6/+6
2012-03-15gma500: suspend/resume support for CedartrailAlan Cox4-20/+181
2012-03-15gma500: Fix resume pathsAlan Cox1-3/+0
2012-03-10gma500: psb_irq: mark mid_{enable, disable}_pipe_event() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: mark psb_intel_sdvo_hdmi_sink_detect() as staticKirill A. Shutemov1-1/+1
2012-03-10gma500: psb_intel_display: drop unused variablesKirill A. Shutemov1-11/+2
2012-03-10gma500: mark psb_intel_pipe_set_base() as staticKirill A. Shutemov1-1/+1
2012-03-10gma500: drop unused psb_intel_modeset_cleanup()Kirill A. Shutemov1-7/+0
2012-03-10gma500: oaktrail_lvds_init() drop unused variableKirill A. Shutemov1-2/+1
2012-03-10gma500: oaktrail_hdmi_i2c_access() drop unused variableKirill A. Shutemov1-3/+3
2012-03-10gma500: mark oaktrail_backlight_init() as staticKirill A. Shutemov1-1/+1
2012-03-10gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warningKirill A. Shutemov1-1/+1
2012-03-10gma500: oaktrail_hdmi: drop dead codeKirill A. Shutemov1-327/+0
2012-03-10gma500: oaktrail_crtc: drop unused variablesKirill A. Shutemov1-10/+1
2012-03-10gma500: oaktrail_crtc: mark few functions as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: mdfld_intel_display: drop unused variablesKirill A. Shutemov1-12/+0
2012-03-10gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warningKirill A. Shutemov1-1/+1
2012-03-10gma500: mdfld_dsi_dpi: drop unused variablesKirill A. Shutemov1-8/+1
2012-03-10gma500: mdfld_device: mark few functions as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: cdv_intel_lvds: #if 0 currently unused functionsKirill A. Shutemov1-0/+2
2012-03-10gma500: cdv_intel_lvds: mark few functions as staticKirill A. Shutemov1-4/+4
2012-03-10gma500: cdv_intel_hdmi: add missing includeKirill A. Shutemov1-0/+1
2012-03-10gma500: cdv_intel_crt: mark few functions as staticKirill A. Shutemov1-3/+3
2012-03-10gma500: cdv_intel_crt: drop unused variablesKirill A. Shutemov1-9/+1
2012-03-10gma500: cdv_intel_crt: drop dead codeKirill A. Shutemov1-47/+0