| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/omapdrm: use BUG_ON macro for error debugging. | Wambui Karuga | 2020-01-08 | 1 | -2/+1 |
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 2019-12-17 | 7 | -35/+16 |
|\ |
|
| * | drm/panel: decouple connector from drm_panel | Sam Ravnborg | 2019-12-09 | 1 | -1/+2 |
| * | drm/bridge: Introduce drm_bridge_get_next_bridge() | Boris Brezillon | 2019-12-09 | 2 | -3/+4 |
| * | drm: constify fb ops across all drivers | Jani Nikula | 2019-12-05 | 1 | -1/+1 |
| * | drm/omapdrm: Drop dma_buf->k(un)map | Daniel Vetter | 2019-11-25 | 1 | -21/+0 |
| * | drm/omap: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-20 | 2 | -9/+9 |
* | | drm/omap: fix dma_addr refcounting | Tomi Valkeinen | 2019-12-04 | 1 | -0/+4 |
|/ |
|
* | Merge drm/drm-next into drm-misc-next | Sean Paul | 2019-10-23 | 1 | -1/+1 |
|\ |
|
| * | Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 2019-10-11 | 9 | -133/+140 |
| |\ |
|
| * \ | Merge drm/drm-fixes into drm-misc-fixes | Maxime Ripard | 2019-10-03 | 22 | -2530/+50 |
| |\ \ |
|
| * | | | drm/omap: fix max fclk divider for omap36xx | Tomi Valkeinen | 2019-10-03 | 1 | -1/+1 |
* | | | | Revert "drm/omap: add OMAP_BO flags to affect buffer allocation" | Sean Paul | 2019-10-23 | 1 | -52/+2 |
* | | | | drm/omap: Remove set but not used variable 'err' in hdmi4_audio_config | zhengbin | 2019-10-14 | 1 | -2/+2 |
* | | | | drm/omap: Remove set but not used variable 'err' in hdmi5_audio_config | zhengbin | 2019-10-14 | 1 | -2/+2 |
* | | | | drm/omap: Remove set but not used variable 'tclk_trail' | zhengbin | 2019-10-14 | 1 | -2/+1 |
* | | | | drm/omap: Remove set but not used variable 'plane' | zhengbin | 2019-10-14 | 1 | -3/+0 |
* | | | | drm/omap: add OMAP_BO flags to affect buffer allocation | Tomi Valkeinen | 2019-10-11 | 1 | -2/+52 |
* | | | | drm/omap: add omap_gem_validate_flags() | Tomi Valkeinen | 2019-10-11 | 1 | -5/+35 |
* | | | | drm/omap: cleanup OMAP_BO_SCANOUT use | Tomi Valkeinen | 2019-10-11 | 1 | -4/+2 |
* | | | | drm/omap: remove OMAP_BO_TILED define | Tomi Valkeinen | 2019-10-11 | 4 | -14/+14 |
* | | | | drm/omap: accept NULL for dma_addr in omap_gem_pin | Tomi Valkeinen | 2019-10-11 | 1 | -2/+4 |
* | | | | drm/omap: add omap_gem_unpin_locked() | Tomi Valkeinen | 2019-10-11 | 1 | -7/+18 |
* | | | | drm/omap: use refcount API to track the number of users of dma_addr | Jean-Jacques Hiblot | 2019-10-11 | 1 | -22/+22 |
| |_|/
|/| | |
|
* | | | drm/omap: hdmi4: fix use of uninitialized var | Tomi Valkeinen | 2019-10-04 | 1 | -2/+3 |
* | | | drm/omap: hdmi5: automatically choose limited/full range output | Tomi Valkeinen | 2019-10-04 | 1 | -56/+65 |
* | | | drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c | Jyri Sarha | 2019-10-04 | 3 | -56/+38 |
* | | | drm/omap: fix missing scaler pixel fmt limitations | Tomi Valkeinen | 2019-10-04 | 1 | -0/+25 |
* | | | drm/omap: tweak HDMI DDC timings | Alejandro Hernandez | 2019-10-04 | 1 | -2/+2 |
* | | | drm/omap: avoid copy in mgr_fld_read/write | Tomi Valkeinen | 2019-10-04 | 1 | -4/+4 |
* | | | drm/omap: drop unneeded locking from mgr_fld_write() | Tomi Valkeinen | 2019-10-04 | 1 | -14/+1 |
* | | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2019-10-03 | 3 | -8/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-09-19 | 21 | -2524/+45 |
| |\ \ |
|
| * \ \ | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-09-19 | 1 | -6/+5 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | dma-mapping: remove dma_{alloc,free,mmap}_writecombine | Christoph Hellwig | 2019-09-04 | 1 | -6/+5 |
| * | | | drm/omap: Fix port lookup for SDI output | Laurent Pinchart | 2019-08-23 | 1 | -1/+3 |
| |/ / |
|
| * | | drm/omap: ensure we have a valid dma_mask | Tomi Valkeinen | 2019-08-12 | 1 | -1/+1 |
* | | | drm: Stop including drm_bridge.h from drm_crtc.h | Boris Brezillon | 2019-08-28 | 3 | -0/+3 |
| |/
|/| |
|
* | | omapdrm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-08-23 | 1 | -9/+2 |
* | | drm/omap: Add 'alpha' and 'pixel blend mode' plane properties | Jean-Jacques Hiblot | 2019-08-23 | 1 | -1/+8 |
* | | drm/omap: displays: Remove unused panel drivers | Laurent Pinchart | 2019-08-16 | 9 | -2493/+0 |
* | | Merge v5.3-rc1 into drm-misc-next | Maxime Ripard | 2019-07-22 | 54 | -568/+54 |
|\ \
| |/ |
|
| * | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-07-15 | 9 | -40/+232 |
| |\ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 10 | -40/+10 |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 44 | -528/+44 |
* | | | drm/omapdrm: drop use of drmP.h | Sam Ravnborg | 2019-07-17 | 9 | -8/+26 |
* | | | drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls | Emil Velikov | 2019-06-26 | 1 | -5/+5 |
* | | | drm/prime: Align gem_prime_export with obj_funcs.export | Daniel Vetter | 2019-06-21 | 2 | -5/+3 |
* | | | drm/omapdrm: drop fb_debug_enter/leave | Daniel Vetter | 2019-06-21 | 1 | -2/+0 |
* | | | drm/prime: Actually remove DRIVER_PRIME everywhere | Daniel Vetter | 2019-06-21 | 1 | -1/+1 |
| |/
|/| |
|