index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nv50_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-29
drm/nv50-nvc0: switch to common disp impl, removing previous version
Ben Skeggs
1
-753
/
+0
2012-11-29
drm/nouveau: remove newline-only NV_DEBUG calls
Ben Skeggs
1
-11
/
+0
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-76
/
+42
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-29
/
+43
2012-10-03
drm/nouveau/clock: pull in the implementation from all over the place
Ben Skeggs
1
-49
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-07-19
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
1
-1
/
+1
2012-05-24
drm/nv50/disp: fixup error paths in crtc object creation
Ben Skeggs
1
-31
/
+21
2012-05-24
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
1
-23
/
+23
2012-05-23
nouveau: add PRIME support
Dave Airlie
1
-2
/
+2
2012-03-13
drm/nv50/display: expose color vibrance control
Christoph Bumiller
1
-2
/
+40
2011-12-21
drm/nv50/disp: fix scaling of doublescan modes
Ben Skeggs
1
-15
/
+18
2011-12-21
drm/nv50/disp: rewrite crtc timing calculation, with proper names and fixes
Ben Skeggs
1
-71
/
+56
2011-12-21
drm/nouveau/disp: kill off nouveau_crtc.mode
Ben Skeggs
1
-10
/
+0
2011-12-21
drm/nouveau: improve dithering properties, and implement proper auto mode
Ben Skeggs
1
-21
/
+28
2011-12-21
drm/nouveau: no need to pass parameters into set_scale/dither
Ben Skeggs
1
-6
/
+10
2011-12-21
drm/nv50/disp: synchronise display right after init
Ben Skeggs
1
-2
/
+5
2011-12-21
drm/nv50/disp: move sync routine to where it can be used by other modules
Ben Skeggs
1
-37
/
+4
2011-12-21
drm/nouveau: add overscan compensation connector properties
Ben Skeggs
1
-41
/
+58
2011-12-21
drm/nv50/crtc: disable flip overlay around scaling mode changes
Ben Skeggs
1
-39
/
+40
2011-09-20
drm/nouveau: make general drm modesetting init common
Ben Skeggs
1
-2
/
+0
2011-09-09
drm/nv50/crtc: Bail out if FB is not bound to crtc
Emil Velikov
1
-2
/
+10
2011-06-23
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
1
-2
/
+2
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
1
-3
/
+3
2011-05-16
drm/nouveau: make cursor_set implementation consistent with other drivers
Marcin Slusarz
1
-3
/
+3
2011-05-16
drm/nva3/clk: better pll calculation when no fractional fb div available
Ben Skeggs
1
-2
/
+2
2011-05-16
drm/nouveau: Fix brace placement checkpatch.pl errors.
Emil Velikov
1
-2
/
+1
2011-04-05
drm/nv50-nvc0: remove some code that doesn't belong here
Ben Skeggs
1
-3
/
+0
2011-02-25
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
1
-2
/
+2
2011-02-25
drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets
Ben Skeggs
1
-1
/
+9
2011-02-25
drm/nv50-nvc0: precalculate some fb state when creating them
Ben Skeggs
1
-50
/
+11
2011-02-25
drm/nv50-nvc0: request and wait on notification of modeset completion
Ben Skeggs
1
-24
/
+53
2011-02-25
drm/nv50-nvc0: rename disp->evo to disp->master
Ben Skeggs
1
-6
/
+6
2011-02-25
drm/nv50-nvc0: move non-sharable display state into private structure
Ben Skeggs
1
-10
/
+6
2010-12-21
drm/nvc0: initial support for tiled buffer objects
Ben Skeggs
1
-7
/
+11
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
1
-4
/
+2
2010-12-03
drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting.
Francisco Jerez
1
-0
/
+2
2010-12-03
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
1
-0
/
+1
2010-11-18
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
1
-2
/
+2
2010-10-19
drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enum
Jason Wessel
1
-1
/
+1
2010-10-06
Merge branch 'drm-kdb-next' into drm-core-next
Dave Airlie
1
-13
/
+36
2010-10-06
drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API
Jason Wessel
1
-1
/
+1
2010-10-06
drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.
Chris Ball
1
-13
/
+36
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
1
-2
/
+1
2010-09-24
drm/nv50: use pll type rather than register for CRTC PLL
Ben Skeggs
1
-19
/
+14
2010-09-24
drm/nouveau: require explicit unmap of kmapped bos
Ben Skeggs
1
-0
/
+2
2010-08-10
drm: expand gamma_set
James Simmons
1
-6
/
+3
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
1
-1
/
+1
2010-08-06
drm/nvc0: implement crtc pll setting
Ben Skeggs
1
-3
/
+20
[next]