summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix dma_addr refcountingTomi Valkeinen2019-12-041-0/+4
* Merge drm/drm-next into drm-misc-nextSean Paul2019-10-231-1/+1
|\
| * Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-119-133/+140
| |\
| * \ Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-0322-2530/+50
| |\ \
| * | | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
* | | | Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul2019-10-231-52/+2
* | | | drm/omap: Remove set but not used variable 'err' in hdmi4_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'err' in hdmi5_audio_configzhengbin2019-10-141-2/+2
* | | | drm/omap: Remove set but not used variable 'tclk_trail'zhengbin2019-10-141-2/+1
* | | | drm/omap: Remove set but not used variable 'plane'zhengbin2019-10-141-3/+0
* | | | drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen2019-10-111-2/+52
* | | | drm/omap: add omap_gem_validate_flags()Tomi Valkeinen2019-10-111-5/+35
* | | | drm/omap: cleanup OMAP_BO_SCANOUT useTomi Valkeinen2019-10-111-4/+2
* | | | drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen2019-10-114-14/+14
* | | | drm/omap: accept NULL for dma_addr in omap_gem_pinTomi Valkeinen2019-10-111-2/+4
* | | | drm/omap: add omap_gem_unpin_locked()Tomi Valkeinen2019-10-111-7/+18
* | | | drm/omap: use refcount API to track the number of users of dma_addrJean-Jacques Hiblot2019-10-111-22/+22
| |_|/ |/| |
* | | drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen2019-10-041-2/+3
* | | drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen2019-10-041-56/+65
* | | drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha2019-10-043-56/+38
* | | drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen2019-10-041-0/+25
* | | drm/omap: tweak HDMI DDC timingsAlejandro Hernandez2019-10-041-2/+2
* | | drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen2019-10-041-4/+4
* | | drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen2019-10-041-14/+1
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-033-8/+9
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-1921-2524/+45
| |\ \
| * \ \ 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 port lookup for SDI outputLaurent Pinchart2019-08-231-1/+3
| |/ /
| * | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
* | | drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-283-0/+3
| |/ |/|
* | 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
|\|
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-159-40/+232
| |\
| * | 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
* | | 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 v5.2-rc5 into drm-nextDaniel Vetter2019-06-195-37/+5
|\|
| * 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
* | 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