summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-04-04gpu: host1x: export host1x_syncpt_incr_max() functionBryan Wu1-0/+1
2014-04-04drm/tegra: prime: Add vmap supportThierry Reding1-0/+14
2014-04-04drm/panel: add support for LG LD070WX3-SL01 panelAlexandre Courbot1-0/+30
2014-04-04drm/panel: add support for LG LH500WX1-SD03 panelAlexandre Courbot1-0/+30
2014-04-04drm/panel: simple: Allow DSI panels to provide mode flagsThierry Reding1-0/+3
2014-04-04drm/panel: simple: Allow GPIO accesses to sleepThierry Reding1-2/+2
2014-04-04drm/panel: remove redundant regulator_disable()Alexandre Courbot1-2/+0
2014-04-04drm/panel: use gpiod interface for enable GPIOAlexandre Courbot1-49/+18
2014-04-04drm/panel: Add LG 12.9" LCD panelThierry Reding1-0/+25
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom3-18/+18
2014-04-04drm: gem-cma: Fix warnings due to improper printk formatsLaurent Pinchart1-3/+3
2014-04-04drm/cma: Use dma_mmap_writecombine() to mmap bufferLaurent Pinchart1-2/+11
2014-04-04drm/mm: Fix search for smallest hole satisfying constraintsMichel Dänzer1-4/+8
2014-04-04drm: Prefer noninterlace cmdline mode unless explicitly specifiedTakashi Iwai1-0/+11
2014-04-04drm/radeon: Use two-ended allocation by size, v2Lauri Kasanen1-1/+12
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen4-22/+61
2014-04-04Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie15-96/+730
2014-04-04drm/rcar-du: Handle encoder initialization failuresLaurent Pinchart1-1/+4
2014-04-04Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/lin...Dave Airlie5-102/+176
2014-04-03drm/radeon: fix typo in spectre_golden_registersAlex Deucher1-1/+1
2014-04-03drm/radeon: fix endian swap on hawaii clear state buffer setupAlex Deucher1-2/+2
2014-04-03drm/radeon: call drm_edid_to_eld when we update the edidAlex Deucher1-0/+1
2014-04-03drm/radeon: rework finding display PLL numbers v2Christian König1-90/+153
2014-04-03drm/radeon: fix resuming mode in pm runtime resume pathDave Airlie1-4/+6
2014-04-03drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie1-5/+12
2014-04-03drm/radeon: clear needs_reset flag if IB test failsChristian König1-0/+1
2014-04-03drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt1-1/+4
2014-04-03drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom1-3/+3
2014-04-03drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom1-1/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie31-930/+1304
2014-04-03Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds3-7/+2
2014-04-02drm/i915: Fix the computation of required fb size for pipeChris Wilson1-8/+21
2014-04-02Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie56-333/+786
2014-04-02drm/crtc-helper: don't disable disconnected outputsDaniel Vetter1-2/+0
2014-04-02drm/crtc-helpers: fix dpms on logicDaniel Vetter1-1/+2
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst1-0/+1
2014-04-02drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie1-7/+5
2014-04-02drm: Allow userspace to ask for universal plane list (v2)Matt Roper3-5/+27
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper49-279/+282
2014-04-02drm/msm: Switch to universal plane API'sMatt Roper4-8/+18
2014-04-02drm: Add drm_crtc_init_with_planes() (v2)Matt Roper2-4/+36
2014-04-02drm: Add plane type property (v2)Rob Clark1-0/+27
2014-04-02drm: Add drm_universal_plane_init()Matt Roper1-29/+51
2014-04-02drm: Add primary plane helpers (v3)Matt Roper2-1/+314
2014-04-02drm: Make drm_crtc_check_viewport non-staticMatt Roper1-7/+13
2014-04-02drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper1-1/+1
2014-04-02drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2-3/+9
2014-04-02drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2-2/+2
2014-04-02Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2