summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-06Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie19-176/+237
2018-06-28drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter1-1/+1
2018-06-28drm/omap: gem: Fix mm_list lockingDaniel Vetter4-8/+13
2018-06-28drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart3-56/+86
2018-06-28drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart1-14/+2
2018-06-28drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart1-39/+20
2018-06-28drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart1-22/+26
2018-06-28drm/omap: fix email addressTomi Valkeinen11-12/+12
2018-06-28drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela3-10/+67
2018-06-28gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder2-29/+25
2018-06-25drm/omap: remove now unused functionsChristian König1-17/+0
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-89/+24
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan7-12/+37
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+3
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+4
2018-05-25drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä2-29/+0
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-22drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone1-13/+9
2018-05-22drm/omap: Move GEM BO to drm_framebufferDaniel Stone1-45/+15
2018-05-18Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie7-12/+37
2018-05-07drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen1-7/+7
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen1-0/+6
2018-05-07drm/omap: check return value from soc_device_matchTomi Valkeinen1-1/+6
2018-05-07drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen1-1/+5
2018-05-07drm/omap: fix uninitialized ret variableTomi Valkeinen2-2/+2
2018-05-07drm/omap: silence unititialized variable warningDan Carpenter1-1/+1
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-1/+4
2018-04-05drm/omap: fix crash if there's no video PLLTomi Valkeinen1-7/+8
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2-1/+4
2018-03-14drm/omap: fix compile error when DPI is disabledTomi Valkeinen1-1/+1
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen1-14/+12
2018-03-02drm: omapdrm: displays: panel-dsi-cm: Fix field access before setLaurent Pinchart1-3/+3
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen1-15/+44
2018-03-01drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2-40/+30
2018-03-01drm/omap: fix maximum sizesTomi Valkeinen1-4/+7
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen3-25/+35
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen1-4/+20
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen1-12/+16
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen1-5/+9
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen1-2/+6
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2-10/+5
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot1-0/+4
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot1-1/+3
2018-03-01drm/omap: remove leftover enumsTomi Valkeinen1-15/+0
2018-03-01drm/omap: add HPD support to connector-dviTomi Valkeinen1-0/+118