summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-2/+2
* Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2018-07-0519-176/+237
|\
| * drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter2018-06-281-1/+1
| * drm/omap: gem: Fix mm_list lockingDaniel Vetter2018-06-284-8/+13
| * drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart2018-06-283-56/+86
| * drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart2018-06-281-14/+2Star
| * drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart2018-06-281-39/+20Star
| * drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart2018-06-281-22/+26
| * drm/omap: fix email addressTomi Valkeinen2018-06-2811-12/+12
| * drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela2018-06-283-10/+67
| * gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder2018-06-282-29/+25Star
* | drm/omap: remove now unused functionsChristian König2018-06-251-17/+0Star
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-223-89/+24Star
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-207-12/+37
| |\
| * | dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0Star
| * | drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä2018-05-252-29/+0Star
| * | drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone2018-05-221-13/+9Star
| * | drm/omap: Move GEM BO to drm_framebufferDaniel Stone2018-05-221-45/+15Star
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+3
* | | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-062-1/+4
|\ \ \ | | |/ | |/|
| * | Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-187-12/+37
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-302-1/+4
| |\ \
| | * | drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2018-03-282-1/+4
* | | | drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen2018-05-241-1/+4
| |_|/ |/| |
* | | drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-05-071-0/+10
* | | drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-071-7/+7
* | | drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-071-0/+6
* | | drm/omap: check return value from soc_device_matchTomi Valkeinen2018-05-071-1/+6
* | | drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen2018-05-071-1/+5
* | | drm/omap: fix uninitialized ret variableTomi Valkeinen2018-05-072-2/+2
* | | drm/omap: silence unititialized variable warningDan Carpenter2018-05-071-1/+1
|/ /
* / drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
|/
* drm/omap: fix compile error when DPI is disabledTomi Valkeinen2018-03-141-1/+1
* drm/omap: fix compile error when debugfs is disabledTomi Valkeinen2018-03-141-14/+12Star
* drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart2018-03-021-3/+3
* drm/omap: cleanup color space conversionTomi Valkeinen2018-03-011-15/+44
* drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2018-03-012-40/+30Star
* drm/omap: fix maximum sizesTomi Valkeinen2018-03-011-4/+7
* drm/omap: add writeback funcs to dispc_opsTomi Valkeinen2018-03-013-25/+35
* drm/omap: fix scaling limits for WBTomi Valkeinen2018-03-011-4/+20
* drm/omap: fix WB height with interlaceTomi Valkeinen2018-03-011-12/+16
* drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen2018-03-011-5/+9
* drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen2018-03-011-2/+6
* drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2018-03-012-10/+5Star
* drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot2018-03-011-0/+4
* drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot2018-03-011-1/+3
* drm/omap: remove leftover enumsTomi Valkeinen2018-03-011-15/+0Star
* drm/omap: add HPD support to connector-dviTomi Valkeinen2018-03-011-0/+118