summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | drm/fourcc: Add format info helpers for checking YUV planes dispositionPaul Kocialkowski2019-01-181-0/+42
| * | | | | | | drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes2019-01-173-36/+3
| * | | | | | | drm/tinydrm: Use struct drm_rectNoralf Trønnes2019-01-172-6/+8
| * | | | | | | drm/damage-helper: Add drm_atomic_helper_damage_merged()Noralf Trønnes2019-01-171-0/+3
| * | | | | | | drm/gem-fb-helper: Add drm_gem_fb_create_with_dirty()Noralf Trønnes2019-01-171-0/+3
| * | | | | | | drm/cma-helper: Remove unused fbdev codeNoralf Trønnes2019-01-171-22/+0
| | |/ / / / / | |/| | | | |
| * | | | | | drm: fix alpha build after drm_util.h changeSam Ravnborg2019-01-161-2/+2
| * | | | | | drm: Complete remove drm_mode_object dependencyShayenne Moura2019-01-151-18/+3
| * | | | | | drm/vblank: Allow dynamic per-crtc max_vblank_countVille Syrjälä2019-01-142-0/+28
| * | | | | | drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.hSam Ravnborg2019-01-142-5/+16
| * | | | | | drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-142-9/+42
| * | | | | | drm/doc: Polish kerneldoc for drm_device.hDaniel Vetter2019-01-111-65/+85
| * | | | | | drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter2019-01-112-2/+1
| * | | | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-119-3/+672
| |\| | | | |
| | * | | | | Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-1010-44/+67
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | drm/atomic: Add missing () to function ref in kerneldocDaniel Vetter2019-01-111-3/+3
| * | | | | | drm: Unexport drm_crtc_force_disableDaniel Vetter2019-01-111-1/+0
| * | | | | | drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul2019-01-101-7/+16
| * | | | | | drm/dp_mst: Add some atomic state iterator macrosLyude Paul2019-01-101-0/+96
| * | | | | | drm/dp_mst: Introduce new refcounting scheme for mstbs and portsLyude Paul2019-01-101-4/+28
| * | | | | | drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä2019-01-102-3/+7
| * | | | | | drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-4/+4
| * | | | | | drm: remove drmP.h from drm_gem_cma_helper.hSam Ravnborg2019-01-091-1/+4
| * | | | | | drm: remove include of drmP.h from drm_encoder_slave.hSam Ravnborg2019-01-091-1/+0
| * | | | | | drm: remove include of drmP.h from bridge/dw_hdmi.hSam Ravnborg2019-01-091-2/+4
| * | | | | | drm: make drm_framebuffer.h self containedSam Ravnborg2019-01-091-3/+7
| * | | | | | drm: move DRM_SWITCH_POWER defines to drm_device.hSam Ravnborg2019-01-092-6/+28
| * | | | | | drm: drm_device.h: update comments to kernel-doc styleSam Ravnborg2019-01-091-65/+134
| | |/ / / / | |/| | | |
| * | | | | Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/dr...Maxime Ripard2019-01-075-11/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | drm: forward declare struct drm_file in drm_syncobj.hJani Nikula2019-01-021-1/+3
| | * | | | drm: include types.h from drm_hdcp.hJani Nikula2019-01-021-0/+2
| | * | | | drm: include idr.h from drm_file.hJani Nikula2019-01-021-0/+1
| | * | | | drm: include kernel.h and agp_backend.h from intel-gtt.hJani Nikula2019-01-021-0/+3
| | * | | | drm: un-inline drm_legacy_findmap()Jani Nikula2019-01-021-10/+4
| * | | | | drm: move DRM_IF_VERSION to drm_internal.hSam Ravnborg2018-12-271-2/+0
| * | | | | drm/connector: Allow creation of margin props aloneBoris Brezillon2018-12-191-0/+2
| * | | | | drm/connector: Clarify the unit of TV marginsBoris Brezillon2018-12-192-5/+5
| * | | | | drm: Rename crtc_idr as object_idr to KMS cleanupsShayenne da Luz Moura2018-12-131-3/+3
| * | | | | drm/syncobj: remove drm_syncobj_cb and cleanupChristian König2018-12-111-21/+0
| * | | | | drm/atomic: integrate modeset lock with private objectsRob Clark2018-12-112-1/+45
| * | | | | drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter2018-12-101-2/+0
* | | | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-065-0/+188
|\ \ \ \ \ \
| * | | | | | drm/audio: declaration of struct deviceRamalingam C2019-02-181-0/+1
| * | | | | | drm: helper functions for hdcp2 seq_num to from u32Ramalingam C2019-02-151-0/+18
| * | | | | | drm/i915: MEI interface definitionRamalingam C2019-02-151-0/+1
| * | | | | | drm/i915: header for i915 - MEI_HDCP interfaceRamalingam C2019-02-151-0/+149
| * | | | | | drm/i915: enum port definition is moved into i915_drm.hRamalingam C2019-02-151-0/+15
| * | | | | | i915/snd_hdac: I915 subcomponent for the snd_hdacDaniel Vetter2019-02-081-0/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | drm: tweak header nameMichael S. Tsirkin2019-02-181-2/+1
| | |_|/ / | |/| | |