aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04drm/omap: fix dma_addr refcountingTomi Valkeinen1-0/+4
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-1/+1
2019-10-23Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul1-52/+2
2019-10-14drm/omap: Remove set but not used variable 'err' in hdmi4_audio_configzhengbin1-2/+2
2019-10-14drm/omap: Remove set but not used variable 'err' in hdmi5_audio_configzhengbin1-2/+2
2019-10-14drm/omap: Remove set but not used variable 'tclk_trail'zhengbin1-2/+1
2019-10-14drm/omap: Remove set but not used variable 'plane'zhengbin1-3/+0
2019-10-11drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen1-2/+52
2019-10-11drm/omap: add omap_gem_validate_flags()Tomi Valkeinen1-5/+35
2019-10-11drm/omap: cleanup OMAP_BO_SCANOUT useTomi Valkeinen1-4/+2
2019-10-11drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen4-14/+14
2019-10-11drm/omap: accept NULL for dma_addr in omap_gem_pinTomi Valkeinen1-2/+4
2019-10-11drm/omap: add omap_gem_unpin_locked()Tomi Valkeinen1-7/+18
2019-10-11drm/omap: use refcount API to track the number of users of dma_addrJean-Jacques Hiblot1-22/+22
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie9-133/+140
2019-10-04drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen1-2/+3
2019-10-04drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen1-56/+65
2019-10-04drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha3-56/+38
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen1-0/+25
2019-10-04drm/omap: tweak HDMI DDC timingsAlejandro Hernandez1-2/+2
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen1-4/+4
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen1-14/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard3-8/+9
2019-10-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard22-2530/+50
2019-10-03drm/omap: fix max fclk divider for omap36xxTomi Valkeinen1-1/+1
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-2524/+45
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+5
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig1-6/+5
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon3-0/+3
2019-08-23drm/omap: Fix port lookup for SDI outputLaurent Pinchart1-1/+3
2019-08-23omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-08-23drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot1-1/+8
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart9-2493/+0
2019-08-12drm/omap: ensure we have a valid dma_maskTomi Valkeinen1-1/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard54-568/+54
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg9-8/+26
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-40/+232
2019-06-26drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov1-5/+5
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2-5/+3
2019-06-21drm/omapdrm: drop fb_debug_enter/leaveDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner10-40/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner44-528/+44
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter5-37/+5
2019-06-10drm/omap: add support for manually updated displaysSebastian Reichel3-5/+129
2019-06-10drm/omap: add framedone interrupt supportSebastian Reichel4-0/+75
2019-06-10drm/omap: don't check dispc timings for DSISebastian Reichel1-4/+14
2019-06-10drm/omap: use DRM_DEBUG_DRIVER instead of CORESebastian Reichel1-2/+2
2019-06-10drm/omap: Use dev_get_drvdata()Kefeng Wang1-12/+6
2019-06-10drm/omap: remove open-coded drm_invalid_op()Emil Velikov1-15/+1