aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge 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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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
2012-03-10gma500: cdv_intel_crt: add missing includeKirill A. Shutemov1-0/+1
2012-03-10gma500: fix cdv_intel_wait_for_vblank() prototypeKirill A. Shutemov1-1/+1
2012-03-10gma500: fix two -Wmissing-field-initializers warningsKirill A. Shutemov1-2/+4
2012-03-10gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: psb_driver_load(): drop unused variablesKirill A. Shutemov1-8/+0
2012-03-10gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEFKirill A. Shutemov1-19/+16
2012-03-10gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: mmu: drop unused psb_get_default_pd_addr()Kirill A. Shutemov1-9/+0
2012-03-10gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov1-33/+0
2012-03-10gma500: gem_glue: add missing includeKirill A. Shutemov1-0/+1
2012-03-10gma500: medfield: drop a bit of dead codeKirill A. Shutemov2-21/+0
2012-03-10gma500: mdfld_dsi_output_init() drop unused parameterKirill A. Shutemov3-19/+9
2012-03-10gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov1-1/+1
2012-03-10gma500: initial medfield mergeKirill A. Shutemov20-0/+6318
2012-03-10gma500: rework register stuff sanelyAlan Cox6-138/+148
2012-03-10gma500: make init_pm callback in struct psb_op optionalKirill A. Shutemov2-6/+2
2012-03-10gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox1-1/+1
2012-03-10intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()Jesper Juhl1-5/+4