summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-13drm/nouveau/pm: embed timings into perflvl structsBen Skeggs4-58/+54
2012-03-13drm/nouveau/pm: calculate memory timings at perflvl creation timeBen Skeggs5-298/+132
2012-03-13drm/nouveau/pm: readback boot perflvl *before* parsing vbiosBen Skeggs1-11/+19
2012-03-13drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validationRoy Spliet4-152/+476
2012-03-13drm/nouveau/pm: restructure bios table parsingBen Skeggs1-173/+217
2012-03-13drm/nouveau/pm: avoid potential divide-by-zeroBen Skeggs1-1/+1
2012-03-13drm/nouveau: Fix module parameter description formatsJean Delvare1-7/+7
2012-03-13drm/nouveau/pm: improve memory timing generationRoy Spliet2-65/+120
2012-03-13drm/nouveau/pm: improve the reclocking logs' readabilityMartin Peres1-5/+25
2012-03-13drm/nouveau: move pwm_divisor to the nouveau_pm_fan structMartin Peres3-3/+3
2012-03-13drm/nouveau/pm: restore fan speed after suspendMartin Peres2-1/+9
2012-03-13drm/nouveau/pm: style fixesMartin Peres4-70/+110
2012-03-13drm/nouveau: rework the init/takedown orderingBen Skeggs1-40/+41
2012-03-13drm/nvc0: add initial memory type detectionBen Skeggs1-0/+2
2012-03-13drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat betterBen Skeggs3-3/+27
2012-03-13drm/nv50: add memory type detectionBen Skeggs1-0/+16
2012-03-13drm/nv20-nv40: add memory type detectionBen Skeggs4-2/+57
2012-03-13drm/nv20: split PFB code out of nv10_fb.cBen Skeggs5-131/+198
2012-03-13drm/nouveau: memory type detection for the really old chipsetsBen Skeggs2-0/+13
2012-03-13drm/nouveau: move vram detection funcs to chipset-specific fb codeBen Skeggs6-76/+127
2012-03-10Merge branch 'drm-gma500-alanc' into drm-core-nextDave Airlie42-917/+6705
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: fix ioctl confictKirill A. Shutemov1-1/+1
2012-03-10gma500: use DRM_IOCTL_DEF_DRV instead of custom PSB_IOCTL_DEFKirill A. Shutemov1-19/+16