summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Merge omapdss header refactoringTomi Valkeinen38-64/+911
2016-06-07virtio-gpu: use src not crtcGerd Hoffmann1-13/+18
2016-06-07virtio-gpu: pick up hotspot from framebufferGerd Hoffmann1-7/+13
2016-06-07add cursor hotspot to drm_framebufferGerd Hoffmann1-0/+2
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann3-99/+109
2016-06-07virtio-gpu: add atomic_commit functionGerd Hoffmann2-1/+22
2016-06-07virtio-gpu: fix output lookupGerd Hoffmann1-1/+7
2016-06-06drm/shmobile: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-2/+2
2016-06-06drm/radeon: use drm_crtc_vblank_{get,put}()Gustavo Padovan2-7/+12
2016-06-06drm/qxl: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-3/+2
2016-06-06drm/atmel: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-1/+1
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-6/+6
2016-06-06drm/amdgpu: use drm_crtc_vblank_{get,put}()Gustavo Padovan4-5/+5
2016-06-06drm/virtio: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-06drm/udl: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-06drm/qxl: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-06drm/atmel: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-06Merge branch '4.8/omapdrm-pll' (omapdrm PLL work)Tomi Valkeinen13-348/+494
2016-06-06drm/omap: rename panel/encoder Kconfig namesTomi Valkeinen2-28/+28
2016-06-06drm: omapdrm: add DSI mappingSebastian Reichel1-0/+2
2016-06-06drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart2-9/+0
2016-06-06drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart2-13/+0
2016-06-06drm: omapdrm: panel-lgphilips-lb035q02: Remove unused backlight GPIOLaurent Pinchart1-19/+0
2016-06-06drm/omap: panel-dpi: implement support for a vcc regulatorUwe Kleine-König1-0/+13
2016-06-06drm/omap: panel-dpi: make (limited) use of a reset gpioUwe Kleine-König1-0/+10
2016-06-06drm/omap: fix pitch round-upTomi Valkeinen2-3/+3
2016-06-06drm/omap: remove align_pitch()Tomi Valkeinen3-12/+4
2016-06-06drm/omap: remove unnecessary pitch round-upTomi Valkeinen1-4/+1
2016-06-06drm/omap: remove unneeded gpio includesTomi Valkeinen2-2/+0
2016-06-06drm/i915: Update DRIVER_DATE to 20160606Daniel Vetter1-1/+1
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter8-18/+22
2016-06-03drm/doc: Drop kerneldoc for static functions in drm_irq.cDaniel Vetter1-10/+2
2016-06-03drm/doc: Improve kernel-doc for drm_fb_cma_helper.cDaniel Vetter1-6/+11
2016-06-03drm/atomic-helper: Fixup kerneldoc for drm_atomic_helper_legacy_gamma_setDaniel Vetter1-1/+1
2016-06-03drm/omap: Remove the video/omapdss.h and move it's content to local header filePeter Ujfalusi1-1/+865
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi37-50/+44
2016-06-03omapdss: hdmi audio: Make header file independent of video/omapdss.hPeter Ujfalusi1-0/+1
2016-06-03drm/omap: Remove reference to pdata->default_devicePeter Ujfalusi1-2/+0
2016-06-03drm/omap: connector-analog-tv: Support only Composite type in legacy bootPeter Ujfalusi1-7/+1
2016-06-03drm/omap: displays: Do not include video/omap-panel-data.h if not neededPeter Ujfalusi4-4/+0
2016-06-03drm/omap: fix unused variable warning.Dave Airlie1-1/+0
2016-06-03Merge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie24-39/+27
2016-06-03Merge tag 'imx-drm-next-2016-06-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie7-66/+93
2016-06-03Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc2' of github.com:bbrezillon/linux-...Dave Airlie1-5/+5
2016-06-03Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie3-81/+78
2016-06-03drm: Store the plane's indexChris Wilson1-77/+21
2016-06-03drm/fence: add fence to drm_pending_eventGustavo Padovan5-16/+24
2016-06-02drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau1-0/+1
2016-06-02drm: hdlcd: Cleanup the atomic plane operationsLiviu Dudau2-17/+29