summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* drm/dp_mst: Remove all evil duplicate state pointersLyude Paul2018-10-241-6/+0
* Merge drm/drm-next into drm-misc-nextSean Paul2018-10-246-607/+22
|\
| * drm/radeon: change SPDX identifier to MITJonathan Gray2018-10-151-1/+1
| * BackMerge v4.19-rc6 into drm-nextDave Airlie2018-10-041-1/+0
| |\
| | * Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij2018-09-271-1/+0
| * | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-10-043-602/+18
| |\ \
| | * | drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom2018-09-281-0/+18
| | * | drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-272-602/+0
| * | | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-09-281-3/+3
| |\ \ \
| | * | | drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh2018-09-271-3/+3
* | | | | 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/+0
* | | | | 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-191-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/+0
* | | | | drm: Unexport primary plane helpersDaniel Vetter2018-10-051-10/+0
* | | | | drm: Remove transitional helpersDaniel Vetter2018-10-052-20/+0
* | | | | 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/+0
* | | | | drm: Remove defunct dma_buf_kmap stubsChris Wilson2018-10-051-3/+0
* | | | | 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 drm/drm-next into drm-misc-nextSean Paul2018-09-275-14/+75
|\| | |
| * | | BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.Dave Airlie2018-09-181-1/+1
| * | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-09-213-13/+73
| |\ \
| | * | drm/amdgpu: simplify Raven, Raven2, and Picasso handlingAlex Deucher2018-09-141-1/+0
| | * | drm/amdgpu: add picasso to asic_type enumLikun Gao2018-09-141-0/+1
| | * | drm/ttm: add bulk move function on LRUHuang Rui2018-08-271-0/+10
| | * | drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2018-08-271-1/+5
| | * | drm/ttm: add helper structures for bulk moves on lru listChristian König2018-08-271-0/+28
| | * | drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky2018-08-271-0/+2
| | * | drm/scheduler: move entity handling into separate fileChristian König2018-08-271-9/+19
| | * | drm/scheduler: fix setting the priorty for entities (v2)Christian König2018-08-271-3/+2
| | * | drm/scheduler: add counter for total jobs in schedulerNayan Deshmukh2018-08-271-0/+2
| | * | drm/scheduler: add a list of run queues to the entityNayan Deshmukh2018-08-271-1/+6
| | |/
| * | Merge tag 'drm-misc-next-2018-09-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-203-7/+17
| |\ \
| * \ \ Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-1415-28/+161
| |\ \ \