aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-22drm: Reject page_flip for !DRIVER_MODESETDaniel Vetter1-0/+3
2016-08-08drm: Paper over locking inversion after registration reworkDaniel Vetter1-5/+3
2016-07-19drm: drm_connector->s/connector_id/index/ for consistencyDaniel Vetter1-6/+6
2016-07-19drm: Unexport drm_connector_unregister_all()Chris Wilson1-20/+9
2016-07-14Revert "drm: Resurrect atomic rmfb code"Daniel Vetter1-6/+0
2016-07-13drm: Resurrect atomic rmfb codeDaniel Vetter1-0/+6
2016-07-12drm: Unexport drm_connector_register_all()Chris Wilson1-18/+1
2016-06-24drm: Use helper to turn off CRTCLukas Wunner1-7/+1
2016-06-24drm: Add helpers to turn off CRTCsLukas Wunner1-0/+45
2016-06-21drm: document drm_auth.cDaniel Vetter1-0/+1
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter1-1/+1
2016-06-21drm: Clean up drm_crtc.hDaniel Vetter1-0/+7
2016-06-21drm: Add callbacks for late registeringBenjamin Gaignard1-0/+115
2016-06-17drm: Automatically register/unregister all connectorsChris Wilson1-3/+3
2016-06-17drm: Automatically unregister the connector during cleanupChris Wilson1-0/+6
2016-06-17drm: Make drm_connector_register() safe against multiple callsChris Wilson1-0/+9
2016-06-17drm: Add a callback from connector registeringChris Wilson1-2/+16
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter1-0/+3
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart1-289/+0
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-nextDave Airlie1-0/+45
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-nextDave Airlie1-0/+2
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-79/+23
2016-06-09Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie1-3/+2
2016-06-07drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt()Jyri Sarha1-0/+45
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-1/+1
2016-06-07add cursor hotspot to drm_framebufferGerd Hoffmann1-0/+2
2016-06-03drm: Store the plane's indexChris Wilson1-77/+21
2016-06-02drm/doc: Appease sphinxDaniel Vetter1-1/+1
2016-06-01drm: fix fb refcount issue with atomic modesettingTomi Valkeinen1-1/+2
2016-06-01drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen1-2/+0
2016-05-31drm: Initialize a linear gamma table by defaultDaniel Vetter1-0/+13
2016-05-18drm: Fix error handling in drm_connector_registerDaniel Vetter1-2/+2
2016-05-05drm/core: Do not preserve framebuffer on rmfb, v4.Maarten Lankhorst1-7/+56
2016-05-05drm/modes: add connector reference counting. (v2)Dave Airlie1-4/+24
2016-05-04Merge tag 'drm-vc4-next-2016-05-02' of https://github.com/anholt/linux into drm-nextDave Airlie1-0/+2
2016-05-04Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-12/+0
2016-04-28drm: Quiet down drm_mode_getresourcesTvrtko Ursulin1-10/+0
2016-04-28drm: Quiet down drm_mode_getconnectorTvrtko Ursulin1-2/+0
2016-04-27drm: Switch blobs to the new generic modeset obj refcountingDaniel Vetter1-119/+45
2016-04-27drm: Fix fb leaks and WARN spew in get/set_prop ioctlsDaniel Vetter1-7/+9
2016-04-27drm: Improve kerneldoc for new mode object refcountingDaniel Vetter1-7/+15
2016-04-22drm/modes: stop handling framebuffer specialDave Airlie1-15/+2
2016-04-22drm/modes: reduce fb_lock to just protecting listsDave Airlie1-8/+1
2016-04-22drm/modes: move reference taking into object lookup.Dave Airlie1-17/+20
2016-04-22drm/mode: reduce lock hold in addfb2Dave Airlie1-3/+3
2016-04-22drm/mode: reduce scope of fb_lock in framebuffer initDave Airlie1-4/+5
2016-04-22drm/mode: use _object_find to find framebuffers.Dave Airlie1-25/+10
2016-04-22drm/mode: move framebuffer reference into object.Dave Airlie1-34/+38
2016-04-22drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie1-1/+1
2016-04-22drm/modes: drop __drm_framebuffer_unregister.Dave Airlie1-14/+2