aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen1-10/+1
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen1-2/+0
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen1-1/+1
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen1-1/+1
2017-06-02drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart1-1/+0
2017-06-02drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart1-2/+2
2017-06-02drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart1-2/+2
2017-06-02drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart1-3/+3
2017-06-02drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart1-2/+1
2017-06-02drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart1-5/+0
2017-06-02drm: omapdrm: Use DRM core's atomic commit helperLaurent Pinchart1-8/+1
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha1-2/+2
2017-04-03drm/omap: use dispc_opsTomi Valkeinen1-0/+2
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-02-08drm/omap: use vblank hooks in struct drm_crtc_funcsTomi Valkeinen1-2/+2
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+0
2017-01-27drm/omap: Remove omap_debugfs_cleanup()Noralf Trønnes1-1/+0
2016-12-19drm: omapdrm: Remove global variablesLaurent Pinchart1-1/+2
2016-12-19drm: omapdrm: Simplify IRQ wait implementationLaurent Pinchart1-15/+2
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart1-1/+0
2016-12-19drm: omapdrm: Remove unused parameter from omap_drm_irq handlerLaurent Pinchart1-1/+1
2016-12-19drm: omapdrm: Don't expose the omap_irq_(un)register() functionsLaurent Pinchart1-4/+0
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart1-0/+1
2016-12-19drm: omapdrm: Handle OCP error IRQ directlyLaurent Pinchart1-1/+0
2016-12-19drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart1-0/+1
2016-12-19drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart1-1/+1
2016-12-19drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart1-25/+0
2016-12-08drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen1-1/+2
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-6/+1
2016-06-07Merge omapdss header refactoringTomi Valkeinen1-1/+0
2016-06-06drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart1-1/+0
2016-06-06drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart1-1/+0
2016-06-06drm/omap: remove align_pitch()Tomi Valkeinen1-8/+0
2016-06-06drm/omap: remove unnecessary pitch round-upTomi Valkeinen1-4/+1
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi1-1/+0
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-2/+2
2016-03-05Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-nextDave Airlie1-0/+5
2016-03-03drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfbTomi Valkeinen1-0/+2
2016-03-03drm/omap: check if rotation is supported before commitTomi Valkeinen1-0/+1
2016-03-03drm/omap: gem: Implement dma_buf importLaurent Pinchart1-0/+2
2016-02-08drm/omap: Nuke close hooksDaniel Vetter1-1/+0
2015-12-31drm/omap: remove unused plugin definesTomi Valkeinen1-6/+0
2015-12-31drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart1-0/+3
2015-12-31drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart1-0/+10
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-3/+3
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-2/+2
2015-07-02drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen1-1/+1
2015-07-02drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen1-1/+1
2015-07-02drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen1-1/+1