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