aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-15/+4
2014-11-20drm: omapdrm: remove unused variableBoris BREZILLON1-1/+0
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-2/+1
2014-11-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-12/+2
2014-11-13drm/omap: gem: dumb: pitch is an outputThierry Reding1-2/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-20gpu: drm: omapdrm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-08-08Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds3-0/+40
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-43/+32
2014-07-29Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter5-26/+25
2014-07-22drm: omapdrm: fix compiler errorsRussell King3-9/+11
2014-07-11drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()Ville Syrjälä1-13/+7
2014-07-11drm: Add support_bits parameter to drm_property_create_bitmask()Ville Syrjälä1-1/+4
2014-07-11drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.hVille Syrjälä1-7/+0
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-1/+1
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+1
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-07-08Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-13/+10
2014-07-08drm/omap: remove null test before kfreeFabian Frederick1-3/+1
2014-07-08drm/gem: remove misleading gfp parameter to get_pages()David Herrmann1-1/+1
2014-07-08drm/omap: use __GFP_DMA32 for shmem-backed gemDavid Herrmann1-9/+8
2014-07-04drm/omap: Add infoframe & dvi/hdmi mode supportTomi Valkeinen3-0/+40
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-3/+1
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-5/+5
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter1-0/+1
2014-04-15drm/omap: fix the handling of fb ref countsTomi Valkeinen1-5/+5
2014-04-15drm/omap: protect omap_crtc's event with event_lock spinlockArchit Taneja1-0/+6
2014-04-15drm/omap: Use old_fb to synchronize between successive page flipsArchit Taneja1-1/+1
2014-04-15drm/omap: Fix crash when using LCD3 overlay managerArchit Taneja1-0/+1
2014-04-15drm/omap: gem sync: wait on correct eventsArchit Taneja1-2/+2
2014-04-15drm/omap: Fix memory leak in omap_gem_op_asyncSubhajit Paul1-0/+2
2014-04-15drm/omap: remove warn from debugfsTomi Valkeinen1-3/+0
2014-04-15drm/omap: remove extra plane->destroy from crtc destroyTomi Valkeinen1-1/+0
2014-04-15drm/omap: print warning when rotating non-TILER fbTomi Valkeinen1-0/+14
2014-04-14drm/omap: fix missing unref to fb's buf objectTomi Valkeinen1-0/+3
2014-04-14drm/omap: fix plane rotationGrazvydas Ignotas1-0/+8
2014-04-14drm/omap: fix enabling/disabling of video pipelineTomi Valkeinen1-7/+12
2014-04-14drm/omap: fix missing disable for unused encoderTomi Valkeinen1-0/+6
2014-04-14drm/omap: fix race issue when unloading omapdrmTomi Valkeinen3-0/+26
2014-04-14drm/omap: fix DMM driver (un)registrationTomi Valkeinen1-4/+19
2014-04-14drm/omap: fix uninit order in pdev_remove()Tomi Valkeinen1-1/+2
2014-04-14drm/omap: fix output enable/disable sequenceTomi Valkeinen1-19/+27
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-25/+27
2014-04-04Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-nextDave Airlie1-1/+2
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper2-7/+8
2014-03-31drm/omap: Don't dereference list head when the connectors list is emptyLaurent Pinchart1-1/+2
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-17/+17