index
:
kernel_goldelico_gta04.git
android-3.0-gta04
for-cmair
jack-working+v2
neil-rebase-3.7
replicant-2.3
replicant-4.0
replicant-4.0+3.10+not-compilation-tested
replicant-4.0+3.7+WIP
replicant-4.0+3.8+WIP
replicant-4.0+jack-working
replicant-4.0+suspend
replicant-4.2
kernel/goldelico/gta04
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/pm: rework to allow selecting separate profiles for ac/battery
Ben Skeggs
2012-03-13
4
-46
/
+120
*
drm/nouveau/pm: fix dll off -> dll on transitions
Ben Skeggs
2012-03-13
1
-2
/
+7
*
drm/nouveau/pm: detect when we need dll disabled for gddr3
Ben Skeggs
2012-03-13
3
-1
/
+12
*
drm/nv50: fix detection of second vram rank
Ben Skeggs
2012-03-13
1
-1
/
+1
*
drm/nouveau/pm: track mr2 for gddr3
Ben Skeggs
2012-03-13
1
-1
/
+4
*
drm/nv50/pm: wait for all fifo-connected engines to idle before reclocking
Martin Peres
2012-03-13
1
-0
/
+2
*
drm/nv50/pm: use hwsq for engine reclocking too
Ben Skeggs
2012-03-13
1
-87
/
+98
*
drm/nv50/disp: more accurate function to determine active crtcs
Ben Skeggs
2012-03-13
3
-8
/
+28
*
drm/nv50/pm: initial work towards proper memory reclocking, with timings
Ben Skeggs
2012-03-13
1
-46
/
+154
*
drm/nouveau/pm: introduce ram reclocking helper
Ben Skeggs
2012-03-13
2
-0
/
+114
*
drm/nouveau/pm: embed timings into perflvl structs
Ben Skeggs
2012-03-13
4
-58
/
+54
*
drm/nouveau/pm: calculate memory timings at perflvl creation time
Ben Skeggs
2012-03-13
5
-298
/
+132
*
drm/nouveau/pm: readback boot perflvl *before* parsing vbios
Ben Skeggs
2012-03-13
1
-11
/
+19
*
drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validation
Roy Spliet
2012-03-13
4
-152
/
+476
*
drm/nouveau/pm: restructure bios table parsing
Ben Skeggs
2012-03-13
1
-173
/
+217
*
drm/nouveau/pm: avoid potential divide-by-zero
Ben Skeggs
2012-03-13
1
-1
/
+1
*
drm/nouveau: Fix module parameter description formats
Jean Delvare
2012-03-13
1
-7
/
+7
*
drm/nouveau/pm: improve memory timing generation
Roy Spliet
2012-03-13
2
-65
/
+120
*
drm/nouveau/pm: improve the reclocking logs' readability
Martin Peres
2012-03-13
1
-5
/
+25
*
drm/nouveau: move pwm_divisor to the nouveau_pm_fan struct
Martin Peres
2012-03-13
3
-3
/
+3
*
drm/nouveau/pm: restore fan speed after suspend
Martin Peres
2012-03-13
2
-1
/
+9
*
drm/nouveau/pm: style fixes
Martin Peres
2012-03-13
4
-70
/
+110
*
drm/nouveau: rework the init/takedown ordering
Ben Skeggs
2012-03-13
1
-40
/
+41
*
drm/nvc0: add initial memory type detection
Ben Skeggs
2012-03-13
1
-0
/
+2
*
drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better
Ben Skeggs
2012-03-13
3
-3
/
+27
*
drm/nv50: add memory type detection
Ben Skeggs
2012-03-13
1
-0
/
+16
*
drm/nv20-nv40: add memory type detection
Ben Skeggs
2012-03-13
4
-2
/
+57
*
drm/nv20: split PFB code out of nv10_fb.c
Ben Skeggs
2012-03-13
5
-131
/
+198
*
drm/nouveau: memory type detection for the really old chipsets
Ben Skeggs
2012-03-13
2
-0
/
+13
*
drm/nouveau: move vram detection funcs to chipset-specific fb code
Ben Skeggs
2012-03-13
6
-76
/
+127
*
gma500: psb_irq: mark mid_{enable, disable}_pipe_event() as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mark psb_intel_sdvo_hdmi_sink_detect() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: psb_intel_display: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-11
/
+2
*
gma500: mark psb_intel_pipe_set_base() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: drop unused psb_intel_modeset_cleanup()
Kirill A. Shutemov
2012-03-10
1
-7
/
+0
*
gma500: oaktrail_lvds_init() drop unused variable
Kirill A. Shutemov
2012-03-10
1
-2
/
+1
*
gma500: oaktrail_hdmi_i2c_access() drop unused variable
Kirill A. Shutemov
2012-03-10
1
-3
/
+3
*
gma500: mark oaktrail_backlight_init() as static
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warning
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: oaktrail_hdmi: drop dead code
Kirill A. Shutemov
2012-03-10
1
-327
/
+0
*
gma500: oaktrail_crtc: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-10
/
+1
*
gma500: oaktrail_crtc: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: mdfld_intel_display: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-12
/
+0
*
gma500: mdfld_dsi_pkg_sender: fix -Wtype-limits warning
Kirill A. Shutemov
2012-03-10
1
-1
/
+1
*
gma500: mdfld_dsi_dpi: drop unused variables
Kirill A. Shutemov
2012-03-10
1
-8
/
+1
*
gma500: mdfld_device: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-2
/
+2
*
gma500: cdv_intel_lvds: #if 0 currently unused functions
Kirill A. Shutemov
2012-03-10
1
-0
/
+2
*
gma500: cdv_intel_lvds: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-4
/
+4
*
gma500: cdv_intel_hdmi: add missing include
Kirill A. Shutemov
2012-03-10
1
-0
/
+1
*
gma500: cdv_intel_crt: mark few functions as static
Kirill A. Shutemov
2012-03-10
1
-3
/
+3
[next]