aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-05drm: simplify authentication managementDavid Herrmann4-155/+40
2015-05-05drm: drop unused 'magicfree' listDavid Herrmann2-4/+0
2015-05-05drm: fix a memleak on mutex failure pathOleg Drokin1-2/+6
2015-05-04drm/atomic-helper: Really recover pre-atomic plane/cursor behaviorDaniel Vetter1-3/+3
2015-05-04drm/qxl: Fix qxl_noop_get_vblank_counter()Mario Kleiner1-1/+1
2015-05-04drm: Zero out invalid vblank timestamp in drm_update_vblank_count. (v2)Mario Kleiner1-3/+6
2015-05-04drm: Prevent invalid use of vblank_disable_immediate. (v2)Mario Kleiner1-0/+7
2015-05-04drm/vblank: Fixup and document timestamp update/read barriersDaniel Vetter1-44/+51
2015-04-20DRM: Don't re-poll connector for disconnectJosef Holzmayr1-2/+2
2015-04-20drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handlingTodd Previte1-2/+8
2015-04-16drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()Todd Previte1-1/+1
2015-04-16drm/atomic-helper: Don't call atomic_update_plane when it stays offDaniel Vetter2-5/+2
2015-04-14drm: Make integer overflow checking cover universal cursor updates (v2)Matt Roper1-11/+11
2015-04-13drm/armada: constify struct drm_encoder_helper_funcs pointerJani Nikula1-1/+1
2015-04-13drm/radeon: constify more struct drm_*_helper funcs pointersJani Nikula2-3/+3
2015-04-11drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira2-222/+93
2015-04-07drm/drm: constify all struct drm_*_helper funcs pointersJani Nikula4-19/+19
2015-04-07drm/qxl: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2015-04-07drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula7-15/+15
2015-04-07drm/radeon: constify all struct drm_*_helper funcs pointersJani Nikula2-9/+9
2015-04-07drm/gma500: constify all struct drm_*_helper funcs pointersJani Nikula10-14/+14
2015-04-07drm/mgag200: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2015-04-07drm/exynos: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2015-04-07drm: Fix some typosJohn Hunter1-2/+2
2015-04-02drm/vgem: implement virtual GEMZach Reizner6-0/+529
2015-04-01drm/bochs: disable video before changing video modeChris Ruffin1-0/+1
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie8-51/+73
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie204-3445/+4508
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov1-2/+7
2015-03-31Merge branch 'drm-atmel-hlcdc-4.1-fixes' of git://github.com/bbrezillon/linux-at91 into drm-nextDave Airlie3-15/+28
2015-03-31Merge tag 'drm-amdkfd-next-2015-03-25' of git://people.freedesktop.org/~gabbayo/linux into drm-nextDave Airlie11-93/+103
2015-03-30drm/atomic: Don't try to free a NULL stateAnder Conselvan de Oliveira1-0/+3
2015-03-30Merge tag 'v4.0-rc6' into drm-intel-nextDaniel Vetter170-1990/+1855
2015-03-30drm/atomic: Clear crtcs, connectors and planes when clearing stateAnder Conselvan de Oliveira1-0/+3
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+3
2015-03-27drm/i915: Update DRIVER_DATE to 20150327Daniel Vetter1-1/+1
2015-03-27drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() codeVille Syrjälä1-6/+7
2015-03-27drm: Use max() to make the ioctl alloc size code cleanerVille Syrjälä1-3/+2
2015-03-27drm: Simplify core vs. drv ioctl handlingVille Syrjälä1-24/+15
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä2-5/+5
2015-03-27drm/i915: Skip allocating shadow batch for 0-length batchesChris Wilson1-1/+1
2015-03-27drm/i915: Handle error to get connector state when staging configAnder Conselvan de Oliveira1-0/+2
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen5-16/+30
2015-03-27drm/i915: fix simple_return.cocci warningskbuild test robot1-7/+1
2015-03-27drm/atomic-helpers: Properly avoid full modeset danceDaniel Vetter1-2/+4
2015-03-27drm/i915: Add module param to test the load detect codeDaniel Vetter3-3/+12
2015-03-27drm/i915: Remove usage of encoder->new_crtc from clock computationsAnder Conselvan de Oliveira1-13/+38
2015-03-27drm/i915: Don't look at staged config crtc when changing DRRS stateAnder Conselvan de Oliveira1-1/+1
2015-03-27drm/i915: Convert intel_pipe_will_have_type() to using atomic stateAnder Conselvan de Oliveira2-52/+83
2015-03-27drm/i915: Pass an atomic state to modeset_global_resources() functionsAnder Conselvan de Oliveira2-5/+7