aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg
2019-12-09drm: get drm_bridge_panel connector via helperSam Ravnborg
2019-12-09drm/panel: add backlight supportSam Ravnborg
2019-12-09drm/drm_panel: no error when no callbackSam Ravnborg
2019-12-09drm/bridge: Clarify the atomic enable/disable hooks semanticsBoris Brezillon
2019-12-09drm/bridge: Add the drm_bridge_get_prev_bridge() helperBoris Brezillon
2019-12-09drm/bridge: Add the drm_for_each_bridge_in_chain() helperBoris Brezillon
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon
2019-12-09drm: Stop accessing encoder->bridge directlyBoris Brezillon
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann
2019-12-05drm: Add FEC registers for LT-tunable repeatersRodrigo Siqueira
2019-12-05drm: Fix DSC throughput mode 0 mask definitionRodrigo Siqueira
2019-12-05drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul
2019-12-05video: fbdev: make fbops member of struct fb_info a const pointerJani Nikula
2019-12-05drm/pci: Hide legacy PCI functions from non-legacy codeThomas Zimmermann
2019-12-05drm/pci: Only build drm_pci.c if CONFIG_PCI is setThomas Zimmermann
2019-11-29drm: Inline drm_color_lut_extract()Ville Syrjälä
2019-11-28drm/selftests: Add drm_rect selftestsVille Syrjälä
2019-11-27drm/vram: remove unused declarationGurchetan Singh
2019-11-26dma-buf: Remove kernel map/unmap hooksDaniel Vetter
2019-11-25dma-buf: Drop dma_buf_k(un)mapDaniel Vetter
2019-11-25drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter
2019-11-20Merge tag 'topic/drm-mipi-dsi-dsc-updates-2019-11-11' of ssh://git.freedeskto...Maarten Lankhorst
2019-11-20drm/r128: make ATI PCI GART part of its only user, r128Jani Nikula
2019-11-19fbdev: Unexport unlink_framebuffer()Thomas Zimmermann
2019-11-19drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann
2019-11-14drm/print: group logging functions by prink or device basedJani Nikula
2019-11-14drm/print: convert debug category macros into an enumJani Nikula
2019-11-14drm/print: underscore prefix functions that should be private to printJani Nikula
2019-11-14drm/print: rename drm_debug to __drm_debug to discourage useJani Nikula
2019-11-14drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()james qian wang (Arm Technology China)
2019-11-13drm/fb-helper: unexport drm_fb_helper_generic_probeDaniel Vetter
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König
2019-11-07drm/dsi: add helpers for DSI compression mode and PPS packetsJani Nikula
2019-11-07drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to MIPI_DCS_SET_PARTIAL_ROWSJani Nikula
2019-11-07drm/dsi: add missing DSI DCS commandsJani Nikula
2019-11-07drm/dsi: add missing DSI data typesJani Nikula
2019-11-07drm/dsi: clean up DSI data type definitionsJani Nikula
2019-11-07drm: atomic helper: fix W=1 warningsBenjamin Gaignard
2019-11-07drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()Thomas Zimmermann
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter
2019-11-04drm/scdc: Fix typo in bit definition of SCDC_STATUS_FLAGSPatrik Jakobsson
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom
2019-10-30Revert "dma-buf: Add dma-buf heaps framework"Sean Paul
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann
2019-10-25dma-buf: Add dma-buf heaps frameworkAndrew F. Davis