index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nv50_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-07-13
drm/nv50: send evo "update" command after each disconnect
Ben Skeggs
1
-9
/
+2
2010-07-13
drm/nv50: supply encoder disable() hook for SOR outputs
Ben Skeggs
1
-31
/
+0
2010-05-19
drm/nv50: support fractional feedback divider on newer chips
Ben Skeggs
1
-23
/
+25
2010-05-19
drm/nv50: output calculated crtc pll when debugging on
Ben Skeggs
1
-0
/
+6
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-3
/
+1
[next]