aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-21drm: fix drm_can_sleep() commentSam Ravnborg1-1/+1
2019-01-18drm/fourcc: Add format info helpers for checking YUV sub-samplingPaul Kocialkowski1-0/+75
2019-01-18drm/fourcc: Add format info helpers for checking YUV planes dispositionPaul Kocialkowski1-0/+42
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie15-150/+457
2019-01-17drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes3-36/+3
2019-01-17drm/tinydrm: Use struct drm_rectNoralf Trønnes2-6/+8
2019-01-17drm/damage-helper: Add drm_atomic_helper_damage_merged()Noralf Trønnes1-0/+3
2019-01-17drm/gem-fb-helper: Add drm_gem_fb_create_with_dirty()Noralf Trønnes1-0/+3
2019-01-17drm/cma-helper: Remove unused fbdev codeNoralf Trønnes1-22/+0
2019-01-16drm: fix alpha build after drm_util.h changeSam Ravnborg1-2/+2
2019-01-15drm: Complete remove drm_mode_object dependencyShayenne Moura1-18/+3
2019-01-14drm/vblank: Allow dynamic per-crtc max_vblank_countVille Syrjälä2-0/+28
2019-01-14drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.hSam Ravnborg2-5/+16
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg2-9/+42
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart2-5/+6
2019-01-11drm/doc: Polish kerneldoc for drm_device.hDaniel Vetter1-65/+85
2019-01-11drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter2-2/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard9-3/+672
2019-01-11drm/atomic: Add missing () to function ref in kerneldocDaniel Vetter1-3/+3
2019-01-11drm: Unexport drm_crtc_force_disableDaniel Vetter1-1/+0
2019-01-11Merge tag 'drm-intel-fixes-2019-01-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDaniel Vetter1-0/+7
2019-01-10drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul1-7/+16
2019-01-10drm/dp_mst: Add some atomic state iterator macrosLyude Paul1-0/+96
2019-01-10drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul1-4/+28
2019-01-10drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä2-3/+7
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-4/+4
2019-01-10drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSRJosé Roberto de Souza1-1/+1
2019-01-10drm/i915: Disable PSR in Apple panelsJosé Roberto de Souza1-0/+7
2019-01-09drm: remove drmP.h from drm_gem_cma_helper.hSam Ravnborg1-1/+4
2019-01-09drm: remove include of drmP.h from drm_encoder_slave.hSam Ravnborg1-1/+0
2019-01-09drm: remove include of drmP.h from bridge/dw_hdmi.hSam Ravnborg1-2/+4
2019-01-09drm: make drm_framebuffer.h self containedSam Ravnborg1-3/+7
2019-01-09drm: move DRM_SWITCH_POWER defines to drm_device.hSam Ravnborg2-6/+28
2019-01-09drm: drm_device.h: update comments to kernel-doc styleSam Ravnborg1-65/+134
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie10-44/+67
2019-01-08drm/dp_mst: Add __must_check to drm_dp_mst_topology_mgr_resume()Lyude Paul1-1/+2
2019-01-08Merge drm/drm-next into drm-intel-next-queuedJani Nikula17-178/+460
2019-01-08Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next-queuedJani Nikula5-11/+13
2019-01-07Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-misc-nextMaxime Ripard5-11/+13
2019-01-02drm: forward declare struct drm_file in drm_syncobj.hJani Nikula1-1/+3
2019-01-02drm: include types.h from drm_hdcp.hJani Nikula1-0/+2
2019-01-02drm: include idr.h from drm_file.hJani Nikula1-0/+1
2019-01-02drm: include kernel.h and agp_backend.h from intel-gtt.hJani Nikula1-0/+3
2019-01-02drm: un-inline drm_legacy_findmap()Jani Nikula1-10/+4
2018-12-27drm: move DRM_IF_VERSION to drm_internal.hSam Ravnborg1-2/+0
2018-12-19drm/connector: Allow creation of margin props aloneBoris Brezillon1-0/+2
2018-12-19drm/connector: Clarify the unit of TV marginsBoris Brezillon2-5/+5
2018-12-13drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura1-3/+3
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-2/+6
2018-12-11drm/syncobj: remove drm_syncobj_cb and cleanupChristian König1-21/+0