summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: rework the init/takedown orderingBen Skeggs2012-03-131-40/+41
* drm/nvc0: add initial memory type detectionBen Skeggs2012-03-131-0/+2
* drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat betterBen Skeggs2012-03-133-3/+27
* drm/nv50: add memory type detectionBen Skeggs2012-03-131-0/+16
* drm/nv20-nv40: add memory type detectionBen Skeggs2012-03-134-2/+57
* drm/nv20: split PFB code out of nv10_fb.cBen Skeggs2012-03-135-131/+198
* drm/nouveau: memory type detection for the really old chipsetsBen Skeggs2012-03-132-0/+13
* drm/nouveau: move vram detection funcs to chipset-specific fb codeBen Skeggs2012-03-136-76/+127
* gma500: psb_irq: mark mid_{enable, disable}_pipe_event() as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: mark psb_intel_sdvo_hdmi_sink_detect() as staticKirill A. Shutemov2012-03-101-1/+1
* gma500: psb_intel_display: drop unused variablesKirill A. Shutemov2012-03-101-11/+2
* gma500: mark psb_intel_pipe_set_base() as staticKirill A. Shutemov2012-03-101-1/+1
* gma500: drop unused psb_intel_modeset_cleanup()Kirill A. Shutemov2012-03-101-7/+0
* gma500: oaktrail_lvds_init() drop unused variableKirill A. Shutemov2012-03-101-2/+1
* gma500: oaktrail_hdmi_i2c_access() drop unused variableKirill A. Shutemov2012-03-101-3/+3
* gma500: mark oaktrail_backlight_init() as staticKirill A. Shutemov2012-03-101-1/+1
* gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warningKirill A. Shutemov2012-03-101-1/+1
* gma500: oaktrail_hdmi: drop dead codeKirill A. Shutemov2012-03-101-327/+0
* gma500: oaktrail_crtc: drop unused variablesKirill A. Shutemov2012-03-101-10/+1
* gma500: oaktrail_crtc: mark few functions as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: mdfld_intel_display: drop unused variablesKirill A. Shutemov2012-03-101-12/+0
* gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warningKirill A. Shutemov2012-03-101-1/+1
* gma500: mdfld_dsi_dpi: drop unused variablesKirill A. Shutemov2012-03-101-8/+1
* gma500: mdfld_device: mark few functions as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: cdv_intel_lvds: #if 0 currently unused functionsKirill A. Shutemov2012-03-101-0/+2
* gma500: cdv_intel_lvds: mark few functions as staticKirill A. Shutemov2012-03-101-4/+4
* gma500: cdv_intel_hdmi: add missing includeKirill A. Shutemov2012-03-101-0/+1
* gma500: cdv_intel_crt: mark few functions as staticKirill A. Shutemov2012-03-101-3/+3
* gma500: cdv_intel_crt: drop unused variablesKirill A. Shutemov2012-03-101-9/+1
* gma500: cdv_intel_crt: drop dead codeKirill A. Shutemov2012-03-101-47/+0
* gma500: cdv_intel_crt: add missing includeKirill A. Shutemov2012-03-101-0/+1
* gma500: fix cdv_intel_wait_for_vblank() prototypeKirill A. Shutemov2012-03-101-1/+1
* gma500: fix two -Wmissing-field-initializers warningsKirill A. Shutemov2012-03-101-2/+4
* gma500: mark psb_driver_device_is_agp() and psb_driver_preclose() as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: psb_driver_load(): drop unused variablesKirill A. Shutemov2012-03-101-8/+0
* gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEFKirill A. Shutemov2012-03-101-19/+16
* gma500: mmu: mark psb_mmu_free_pt() and psb_mmu_pt_alloc_map_lock() as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: mmu: drop unused psb_get_default_pd_addr()Kirill A. Shutemov2012-03-101-9/+0
* gma500: gtt: mark psb_gtt_entry() and psb_gtt_alloc() as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: mark psb_fbdev_destroy() and psb_fbdev_fini() as staticKirill A. Shutemov2012-03-101-2/+2
* gma500: drop unused psbfb_suspend()/psbfb_resume()Kirill A. Shutemov2012-03-101-33/+0
* gma500: gem_glue: add missing includeKirill A. Shutemov2012-03-101-0/+1
* gma500: medfield: drop a bit of dead codeKirill A. Shutemov2012-03-102-21/+0
* gma500: mdfld_dsi_output_init() drop unused parameterKirill A. Shutemov2012-03-103-19/+9
* gma500: psbfb_create(): move depth initialization out of loopKirill A. Shutemov2012-03-101-1/+1
* gma500: initial medfield mergeKirill A. Shutemov2012-03-1020-0/+6318
* gma500: rework register stuff sanelyAlan Cox2012-03-106-138/+148
* gma500: make init_pm callback in struct psb_op optionalKirill A. Shutemov2012-03-102-6/+2
* gma500: re-order calling on the fix setup so we set up after the DRM layerAlan Cox2012-03-101-1/+1
* intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()Jesper Juhl2012-03-101-5/+4