summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-0322-2530/+50
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-1921-2524/+45
| |\
| | * omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-231-9/+2
| | * drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot2019-08-231-1/+8
| | * drm/omap: displays: Remove unused panel driversLaurent Pinchart2019-08-169-2493/+0
| | * Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-2254-568/+54
| | |\
| | * | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-179-8/+26
| | * | drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov2019-06-261-5/+5
| | * | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-212-5/+3
| | * | drm/omapdrm: drop fb_debug_enter/leaveDaniel Vetter2019-06-211-2/+0
| | * | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
| * | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-6/+5
| |\ \ \
| | * | | dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig2019-09-041-6/+5
* | | | | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
|/ / / /
* | | | drm/omap: Fix port lookup for SDI outputLaurent Pinchart2019-08-231-1/+3
|/ / /
* | | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
| |/ |/|
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-159-40/+232
|\ \ | |/
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-195-37/+5
| |\
| * | drm/omap: add support for manually updated displaysSebastian Reichel2019-06-103-5/+129
| * | drm/omap: add framedone interrupt supportSebastian Reichel2019-06-104-0/+75
| * | drm/omap: don't check dispc timings for DSISebastian Reichel2019-06-101-4/+14
| * | drm/omap: use DRM_DEBUG_DRIVER instead of CORESebastian Reichel2019-06-101-2/+2
| * | drm/omap: Use dev_get_drvdata()Kefeng Wang2019-06-101-12/+6
| * | drm/omap: remove open-coded drm_invalid_op()Emil Velikov2019-06-101-15/+1
| * | drm/omap: Make sure device_id tables are NULL terminatedThomas Meyer2019-06-101-0/+1
| * | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-2/+4
| |\ \
| | * | drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard2019-05-201-1/+1
| | * | drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+3
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-40/+10
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1944-528/+44
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-27/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
|/
* BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-152-8/+20
|\
| * drm/omap: hdmi4_cec: Fix CEC clock handling for PMTony Lindgren2019-03-271-7/+19
| * drm/omap: fix typoMatteo Croce2019-03-271-1/+1
* | Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-03-291-5/+1
|\ \
| * | drm/omap: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-5/+1
| |/
* | drm/omap: panel-tpo-td028ttec1: add backlight supportAndreas Kemnade2019-03-181-0/+10
* | drm/omap: dsi: Fix PM for display blank with paired dss_pll callsTony Lindgren2019-03-181-29/+31
* | drm/omap: Remove panel-dpi driverLaurent Pinchart2019-03-184-207/+0
* | drm/omap: Remove TFP410 and DVI connector driversLaurent Pinchart2019-03-185-448/+0
* | drm/omap: Whitelist DT nodes to fixup with omapdss, prefixLaurent Pinchart2019-03-182-8/+33
* | drm/omap: Add support for drm_panelLaurent Pinchart2019-03-186-20/+65
* | drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-189-62/+145
* | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-1810-22/+29
* | drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-1825-20/+32
* | drm/omap: Refactor initialization sequenceLaurent Pinchart2019-03-181-67/+56
* | drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart2019-03-183-58/+10
* | drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2019-03-182-8/+7