index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
drm: Fix getconnector connection_mutex locking
Daniel Vetter
1
-2
/
+2
2014-06-05
drm: Check CRTC compatibility in setplane
Matt Roper
1
-0
/
+7
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
1
-22
/
+63
2014-06-04
drm: Split connection_mutex out of mode_config.mutex (v3)
Daniel Vetter
1
-0
/
+8
2014-06-04
drm: spiff out FB refcnting traces
Rob Clark
1
-3
/
+3
2014-06-04
drm: add signed-range property type
Rob Clark
1
-12
/
+33
2014-06-04
drm: add object property type
Rob Clark
1
-7
/
+54
2014-06-04
drm: add extended property types
Rob Clark
1
-9
/
+17
2014-06-04
drm: helpers to find mode objects
Rob Clark
1
-62
/
+28
2014-06-04
drm: drop drm_get_connector_name() and drm_get_encoder_name()
Jani Nikula
1
-20
/
+0
2014-06-04
drm: replace drm_get_encoder_name() with direct name field use
Jani Nikula
1
-1
/
+1
2014-06-04
drm: replace drm_get_connector_name() with direct name field use
Jani Nikula
1
-2
/
+2
2014-05-30
drm: add DP MST encoder type
Dave Airlie
1
-0
/
+1
2014-05-30
drm: store encoder name in encoder struct
Jani Nikula
1
-14
/
+17
2014-05-30
drm: store connector name in connector struct (v2)
Jani Nikula
1
-16
/
+20
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-10
/
+17
2014-05-16
drm: fix memory leak around mode_group (v2)
Dave Airlie
1
-0
/
+6
2014-04-23
drm: Handle ->disable_plane failures correctly
Daniel Vetter
1
-4
/
+10
2014-04-23
drm: Simplify fb refcounting rules around ->update_plane
Daniel Vetter
1
-6
/
+7
2014-04-01
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
1
-5
/
+15
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-13
/
+13
2014-04-01
drm: Add drm_crtc_init_with_planes() (v2)
Matt Roper
1
-4
/
+15
2014-04-01
drm: Add plane type property (v2)
Rob Clark
1
-0
/
+27
2014-04-01
drm: Add drm_universal_plane_init()
Matt Roper
1
-29
/
+51
2014-04-01
drm: Make drm_crtc_check_viewport non-static
Matt Roper
1
-7
/
+13
2014-04-01
drm: Add support for multiple plane types (v2)
Matt Roper
1
-5
/
+16
2014-03-28
drm: Improve on minor type helpers v3
Thomas Hellstrom
1
-2
/
+2
2014-03-28
drm: Have the crtc code only reference master from legacy nodes v2
Thomas Hellstrom
1
-6
/
+8
2014-03-18
Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...
Dave Airlie
1
-121
/
+576
2014-03-16
drm/crtc: add sanity checks to create_dumb()
David Herrmann
1
-0
/
+17
2014-03-13
drm: kerneldoc polish for drm_crtc.c
Daniel Vetter
1
-44
/
+570
2014-03-13
drm: move drm_mode related functions into drm_modes.c
Daniel Vetter
1
-64
/
+6
2014-03-13
drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.c
Daniel Vetter
1
-0
/
+2
2014-03-13
drm/kms: rip out drm_mode_connector_detach_encoder
Daniel Vetter
1
-15
/
+0
2014-02-12
drm: expose subpixel order name routine v3
Jesse Barnes
1
-0
/
+23
2014-01-29
Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...
Dave Airlie
1
-0
/
+23
2014-01-14
drm: provide a helper for the encoder possible_crtcs mask
Russell King
1
-0
/
+23
2013-12-18
drm: Push dirtyfb ioctl kms locking down to drivers
Ville Syrjälä
1
-2
/
+0
2013-11-06
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()
Ville Syrjälä
1
-1
/
+4
2013-11-06
drm: Return -ENOENT when a framebuffer can't be found
Ville Syrjälä
1
-5
/
+7
2013-11-06
drm: Consistently return -ENOENT when a mode object can't be found
Ville Syrjälä
1
-14
/
+18
2013-10-23
drm: fix a small spelling
Marc-André Lureau
1
-1
/
+1
2013-10-01
drm: Reject stereo modes with an unknown layout
Damien Lespiau
1
-0
/
+3
2013-10-01
drm: Revert "drm: Reject modes with more than 1 stereo flags set"
Damien Lespiau
1
-4
/
+0
2013-10-01
drm: Check the fb size against the adjusted v/hdisplay for stereo modes
Damien Lespiau
1
-0
/
+8
2013-10-01
drm: Factor out common CRTC viewport checking code
Damien Lespiau
1
-33
/
+37
2013-10-01
drm: Reject modes with more than 1 stereo flags set
Damien Lespiau
1
-0
/
+4
2013-10-01
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
1
-1
/
+18
2013-09-04
drm: add MIPI DSI encoder and connector types
Shobhit Kumar
1
-0
/
+2
2013-09-02
drm: fix DRM_IOCTL_MODE_GETFB handle-leak
David Herrmann
1
-3
/
+15
[next]