aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29drm: add generic zpos propertyMarek Szyprowski1-0/+20
2016-07-19drm: drm_connector->s/connector_id/index/ for consistencyDaniel Vetter1-3/+10
2016-07-19drm/doc: document all the properties in drm_mode_configDaniel Vetter1-16/+180
2016-07-19drm/doc: Add kerneldoc for @indexDaniel Vetter1-5/+21
2016-07-19drm: Unexport drm_connector_unregister_all()Chris Wilson1-3/+0
2016-07-12drm: Unexport drm_connector_register_all()Chris Wilson1-1/+0
2016-06-24drm: Add helpers to turn off CRTCsLukas Wunner1-0/+2
2016-06-21drm: Clean up drm_crtc.hDaniel Vetter1-132/+56
2016-06-21drm: Add callbacks for late registeringBenjamin Gaignard1-0/+77
2016-06-17drm: Make drm_connector_register() safe against multiple callsChris Wilson1-0/+2
2016-06-17drm: Add a callback from connector registeringChris Wilson1-0/+27
2016-06-10drm/atomic-helper: nonblocking commit supportDaniel Vetter1-0/+3
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter1-6/+143
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart1-9/+0
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-nextDave Airlie1-1/+4
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-nextDave Airlie1-0/+2
2016-06-07drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt()Jyri Sarha1-1/+4
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-2/+2
2016-06-07add cursor hotspot to drm_framebufferGerd Hoffmann1-0/+2
2016-06-03drm/doc: Update kerneldoc for drm_crtc.hDaniel Vetter1-14/+64
2016-06-03drm: Store the plane's indexChris Wilson1-3/+46
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter1-2/+6
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter1-4/+7
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter1-4/+7
2016-05-05drm: introduce bus_flags in drm_display_infoStefan Agner1-0/+9
2016-05-05drm/modes: add connector reference counting. (v2)Dave Airlie1-1/+31
2016-05-05drm/fb: fix missing /** in kerneldoc comment.Dave Airlie1-1/+1
2016-05-05Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+4
2016-05-02drm/atomic: Rename async parameter to nonblocking.Maarten Lankhorst1-4/+4
2016-04-27drm: Switch blobs to the new generic modeset obj refcountingDaniel Vetter1-1/+0
2016-04-22drm/mode: move framebuffer reference into object.Dave Airlie1-4/+28
2016-04-22drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie1-0/+11
2016-04-20drm: Introduce drm_connector_register_all() helperAlexey Brodkin1-1/+2
2016-04-20drm: fix lut value extraction functionLionel Landwerlin1-2/+6
2016-04-15drm/edid: Add drm_edid_get_monitor_name()Jim Bride1-0/+2
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-12/+2
2016-03-30drm: Move DRM_MODE_OBJECT_* to uapi headersDaniel Vetter1-10/+0
2016-03-29drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()Alexey Brodkin1-2/+2
2016-03-29drm: bridge: Make (pre/post) enable/disable callbacks optionalLaurent Pinchart1-0/+8
2016-03-17Merge tag 'drm/panel/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-0/+8
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+47
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-1/+7
2016-03-08drm: introduce pipe color correction propertiesLionel Landwerlin1-1/+45
2016-03-08drm/atomic: Handle encoder stealing from set_config better.Maarten Lankhorst1-0/+2
2016-03-02drm/bridge: Make (pre/post) enable/disable callbacks optionalLaurent Pinchart1-0/+8
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst1-1/+7
2016-02-09drm: Add drm_format_plane_width() and drm_format_plane_height()Ville Syrjälä1-0/+2
2016-02-09drm/edid: Switch DDC when reading the EDIDLukas Wunner1-0/+2
2016-02-09drm/atomic: Add encoder_mask to crtc_state, v3.Maarten Lankhorst1-0/+2
2016-02-09drm/core: Add drm_for_each_encoder_mask, v2.Maarten Lankhorst1-0/+11