index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tegra
/
dc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
drm/tegra: Add hardware cursor support
Thierry Reding
1
-0
/
+111
2014-06-06
drm/tegra: Remove host1x drm_bus implementation
Thierry Reding
1
-5
/
+5
2014-06-06
drm/tegra: dc - Compute shift clock divider in output drivers
Thierry Reding
1
-8
/
+5
2014-06-06
drm/tegra: dc - Move around shift clock programming
Thierry Reding
1
-9
/
+10
2014-06-06
drm/tegra: dc - Use proper H/V ref-to-sync values
Thierry Reding
1
-3
/
+2
2014-06-06
drm/tegra: dc - Do not touch power control register
Thierry Reding
1
-4
/
+0
2014-06-06
drm/tegra: dc - Reshuffle code to get rid of prototypes
Thierry Reding
1
-248
/
+248
2014-06-06
drm/tegra: dc - Rename INVERT_V to V_DIRECTION
Thierry Reding
1
-3
/
+3
2014-06-06
drm/tegra: dc - Add YUYV support
Thierry Reding
1
-5
/
+20
2014-04-24
drm/tegra: restrict plane loops to legacy planes
Daniel Vetter
1
-1
/
+1
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-8
/
+8
2014-01-23
drm/tegra: Obtain head number from DT
Thierry Reding
1
-2
/
+39
2013-12-20
drm/tegra: Relocate some output-specific code
Thierry Reding
1
-18
/
+0
2013-12-20
drm/tegra: Add Tegra124 DC support
Thierry Reding
1
-6
/
+44
2013-12-12
drm/tegra: use reset framework
Stephen Warren
1
-2
/
+8
2013-10-31
drm/tegra: Support bottom-up buffer objects
Thierry Reding
1
-0
/
+24
2013-10-31
drm/tegra: Add support for tiled buffer objects
Thierry Reding
1
-0
/
+21
2013-10-31
drm/tegra: Allocate resources at probe time
Thierry Reding
1
-0
/
+6
2013-10-31
drm/tegra: Properly cleanup and zero out resources
Thierry Reding
1
-3
/
+22
2013-10-31
drm/tegra: Move driver to DRM tree
Thierry Reding
1
-0
/
+1194
2013-04-22
drm/tegra: Move drm to live under host1x
Terje Bergstrom
1
-1193
/
+0
2013-02-26
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-111
/
+474
2013-02-22
drm/tegra: Fix color expansion
Thierry Reding
1
-1
/
+1
2013-02-22
drm/tegra: Split DC_CMD_STATE_CONTROL register write
Thierry Reding
1
-2
/
+3
2013-02-22
drm/tegra: Implement page-flipping support
Thierry Reding
1
-0
/
+66
2013-02-22
drm/tegra: Implement VBLANK support
Thierry Reding
1
-17
/
+38
2013-02-22
drm/tegra: Implement .mode_set_base()
Thierry Reding
1
-0
/
+32
2013-02-22
drm/tegra: Add plane support
Thierry Reding
1
-94
/
+337
2013-02-22
drm/tegra: Remove bogus tegra_framebuffer structure
Thierry Reding
1
-1
/
+1
2013-02-22
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+1
2013-01-28
ARM: tegra: migrate to new clock code
Prashant Gaikwad
1
-2
/
+1
2013-01-26
drm: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+3
2012-12-30
Revert "drm: tegra: protect DC register access with mutex"
Dave Airlie
1
-13
/
+0
2012-12-30
drm: tegra: program only one window during modeset
Lucas Stach
1
-2
/
+1
2012-12-30
drm: tegra: protect DC register access with mutex
Lucas Stach
1
-0
/
+13
2012-12-30
drm: tegra: fix front_porch <-> back_porch mixup
Lucas Stach
1
-4
/
+4
2012-11-28
drm: tegra: Add Tegra30 support
Thierry Reding
1
-0
/
+1
2012-11-28
drm: tegra: Use framebuffer pitch as line stride
Thierry Reding
1
-1
/
+1
2012-11-20
drm: Add NVIDIA Tegra20 support
Thierry Reding
1
-0
/
+833