summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/driver: Add defaults for .gem_prime_export/import callbacksNoralf Trønnes2018-11-201-0/+4
| * | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-134-7/+86
| |\ \ \
| * | | | drm: Revert syncobj timeline changes.Eric Anholt2018-11-121-42/+34Star
| * | | | drm/syncobj: disable the timeline UAPI for now v2Christian König2018-11-081-0/+3
* | | | | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-195-74/+12Star
|\ \ \ \ \
| * | | | | drm/scheduler: Add drm_sched_job_cleanupSharat Masetty2018-11-051-0/+1
| * | | | | drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky2018-11-051-0/+3
| * | | | | drm: Remove drm_global.{c,h} v2Thomas Zimmermann2018-11-053-55/+0Star
| * | | | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-40/+1Star
| * | | | | drm/ttm: use a static ttm_bo_global instanceChristian König2018-11-051-7/+8
| * | | | | drm/ttm: make the device list mutex staticChristian König2018-11-051-1/+0Star
| * | | | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-8/+4Star
| * | | | | drm/sched: add drm_sched_faultChristian König2018-11-051-0/+1
| * | | | | drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann2018-11-051-11/+42
| * | | | | drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-1921-160/+264
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | drm: Add drm_any_plane_has_format()Ville Syrjälä2018-11-062-0/+8
| * | | drm/file: Uncompact the feature flagsDaniel Vetter2018-11-061-7/+7
| * | | drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...Alexandru Gheorghe2018-11-021-0/+6
| * | | drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe2018-11-021-2/+59
| * | | drm/bridge/synopsys: dsi: add dual-dsi supportNickey Yang2018-10-301-0/+1
| * | | drm/bridge/synopsys: dsi: add ability to have glue-specific attach and detachHeiko Stuebner2018-10-301-0/+8
| * | | drm/bridge/synopsys: dsi: don't call __dw_mipi_dsi_probe from dw_mipi_dsi_bindHeiko Stuebner2018-10-301-4/+1Star
| * | | drm/dp_mst: Remove all evil duplicate state pointersLyude Paul2018-10-241-6/+0Star
| * | | Merge drm/drm-next into drm-misc-nextSean Paul2018-10-246-607/+22Star
| |\ \ \
| * | | | drm: dsi: Add lane clock rate fields to DSI deviceLinus Walleij2018-10-241-0/+8
| * | | | drm/doc: kerneldoc for quirk_addfb_prefer_xbgr_30bppDaniel Vetter2018-10-241-0/+7
| * | | | drm/rcar-du: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-10-231-2/+0Star
| * | | | drm: fix deadlock of syncobj v6Chunming Zhou2018-10-231-2/+6
| * | | | drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentationAlexandru Gheorghe2018-10-221-10/+20
| * | | | drm/dp: Add definitions for eDP Rev 1.4a and 1.4bManasi Navare2018-10-201-0/+2
| * | | | drm: add syncobj timeline support v9Chunming Zhou2018-10-181-33/+34
| * | | | drm: add flags to drm_syncobj_find_fenceChunming Zhou2018-10-161-1/+1
| * | | | drm: Unexport drm_plane_helper_check_updateDaniel Vetter2018-10-051-11/+0Star
| * | | | drm: Unexport primary plane helpersDaniel Vetter2018-10-051-10/+0Star
| * | | | drm: Remove transitional helpersDaniel Vetter2018-10-052-20/+0Star
| * | | | drm/atomic: Improve docs for drm_atomic_state->allow_modesetDaniel Vetter2018-10-051-1/+9
| * | | | drm: Extract drm_atomic_state_helper.[hc]Daniel Vetter2018-10-052-43/+81
| * | | | drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter2018-10-051-2/+0Star
| * | | | drm: Remove defunct dma_buf_kmap stubsChris Wilson2018-10-051-3/+0Star
| * | | | drm/vblank: Remove old-style commentsDaniel Vetter2018-10-051-4/+4
| * | | | drm: add drm_connector_attach_edid_property()Gerd Hoffmann2018-10-051-0/+1
| * | | | drm: Fix kernel doc for DRM_MODE_PROP_IMMUTABLEManasi Navare2018-10-031-1/+2
| * | | | drm/bridge: dw-hdmi: allow forcing vendor phy-typeHeiko Stuebner2018-09-281-0/+1
* | | | | Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-11-021-2/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | drm/atomic_helper: Stop modesets on unregistered connectors harderLyude Paul2018-10-191-2/+69
| | |/ / | |/| |
* | | | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-2929-665/+356Star
|\| | |
| * | | drm/radeon: change SPDX identifier to MITJonathan Gray2018-10-151-1/+1
| * | | BackMerge v4.19-rc6 into drm-nextDave Airlie2018-10-041-1/+0Star
| |\ \ \
| * \ \ \ Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-10-043-602/+18Star
| |\ \ \ \