summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-274-14/+28
|\
| * drm: Add __drm_atomic_helper_crtc_state_reset() & co.Ville Syrjälä2019-12-181-0/+6
| * drm/i915/cml: Separate U series pci id from origianl list.Lee Shawn C2019-12-121-7/+13
| * drm/i915/cml: Remove unsupport PCI IDLee Shawn C2019-12-121-4/+0
| * Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-12-113-1/+19
| |\
| * | drm/i915: Add new EHL/JSL PCI idsJosé Roberto de Souza2019-12-061-2/+5
| * | Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of git://anongit.freede...Jani Nikula2019-11-201-0/+4
| |\ \
| * \ \ Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-11-1521-376/+332
| |\ \ \
| * | | | drm: Expose a method for creating anonymous struct file around drm_minorChris Wilson2019-11-071-0/+3
| * | | | drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate KconfigChris Wilson2019-11-071-1/+1
* | | | | Merge tag 'du-next-20191218' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter2019-12-181-0/+20
|\ \ \ \ \
| * | | | | drm: of: Add drm_of_lvds_get_dual_link_pixel_orderFabrizio Castro2019-12-181-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-1719-259/+414
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | drm/edid: Increase size of VDB and CMDB bitmaps to 256 bitsThomas Anderson2019-12-111-8/+8
| * | | | drm/atomic: Update docs around locking and commit sequencingDaniel Vetter2019-12-101-2/+11
| * | | | drm/panel: drop drm_device from drm_panelSam Ravnborg2019-12-091-7/+0
| * | | | drm/panel: decouple connector from drm_panelSam Ravnborg2019-12-091-8/+1
| * | | | drm/panel: add drm_connector argument to get_modes()Sam Ravnborg2019-12-091-1/+2
| * | | | drm: get drm_bridge_panel connector via helperSam Ravnborg2019-12-091-0/+1
| * | | | drm/panel: add backlight supportSam Ravnborg2019-12-091-0/+25
| * | | | drm/drm_panel: no error when no callbackSam Ravnborg2019-12-091-2/+14
| * | | | drm/bridge: Clarify the atomic enable/disable hooks semanticsBoris Brezillon2019-12-091-4/+4
| * | | | drm/bridge: Add the drm_bridge_get_prev_bridge() helperBoris Brezillon2019-12-091-0/+16
| * | | | drm/bridge: Add the drm_for_each_bridge_in_chain() helperBoris Brezillon2019-12-091-0/+11
| * | | | drm/bridge: Make the bridge chain a double-linked listBoris Brezillon2019-12-092-5/+14
| * | | | drm: Stop accessing encoder->bridge directlyBoris Brezillon2019-12-091-0/+15
| * | | | drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon2019-12-091-0/+13
| * | | | drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon2019-12-091-30/+34
| * | | | drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann2019-12-061-3/+1
| * | | | drm: Add FEC registers for LT-tunable repeatersRodrigo Siqueira2019-12-051-0/+2
| * | | | drm: Fix DSC throughput mode 0 mask definitionRodrigo Siqueira2019-12-051-1/+1
| * | | | drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul2019-12-051-4/+12
| * | | | drm/pci: Hide legacy PCI functions from non-legacy codeThomas Zimmermann2019-12-052-16/+28
| * | | | drm/pci: Only build drm_pci.c if CONFIG_PCI is setThomas Zimmermann2019-12-051-3/+31
| * | | | drm: Inline drm_color_lut_extract()Ville Syrjälä2019-11-291-1/+23
| * | | | drm/selftests: Add drm_rect selftestsVille Syrjälä2019-11-281-0/+2
| * | | | drm/vram: remove unused declarationGurchetan Singh2019-11-271-1/+0
| * | | | Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of ssh://git.freedeskto...Maarten Lankhorst2019-11-201-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula2019-11-071-0/+4
| * | | | drm/r128: make ATI PCI GART part of its only user, r128Jani Nikula2019-11-201-31/+0
| * | | | drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann2019-11-191-6/+0
| * | | | drm/print: group logging functions by prink or device basedJani Nikula2019-11-141-61/+74
| * | | | drm/print: convert debug category macros into an enumJani Nikula2019-11-141-40/+61
| * | | | drm/print: underscore prefix functions that should be private to printJani Nikula2019-11-141-11/+11
| * | | | drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula2019-11-141-2/+3
| * | | | drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()james qian wang (Arm Technology China)2019-11-141-0/+1
| * | | | drm/fb-helper: unexport drm_fb_helper_generic_probeDaniel Vetter2019-11-131-9/+0
| * | | | drm/ttm: also export ttm_bo_vm_fault v2Christian König2019-11-081-0/+6
| * | | | drm: atomic helper: fix W=1 warningsBenjamin Gaignard2019-11-071-3/+14
| * | | | drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()Thomas Zimmermann2019-11-071-25/+0