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