aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-27drm/i915: Add dynamic page trace eventsMichel Thierry3-0/+106
2015-03-27drm/i915: Finish gen6/7 dynamic page table allocationMichel Thierry2-19/+129
2015-03-27drm/i915: Remove unnecessary gen6_ppgtt_unmap_pagesMichel Thierry1-11/+0
2015-03-27drm/i915: Fix i915_dma_map_single positive error codeMichel Thierry1-1/+4
2015-03-27drm/i915: Prevent out of range pt in gen6_for_each_pdeMichel Thierry1-3/+3
2015-03-27drm/i915: Rip out GET_SPRITE_COLORKEY ioctlDaniel Vetter3-27/+1
2015-03-27watchdog: imgpdc: Fix default heartbeatJames Hogan1-3/+3
2015-03-27watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan1-1/+1
2015-03-27watchdog: mtk_wdt: signedness bug in mtk_wdt_start()Dan Carpenter1-1/+1
2015-03-27Merge branch 'drm-st-next-2015-03-19' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-nextDave Airlie7-146/+205
2015-03-26Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-34/+35
2015-03-26Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-10/+16
2015-03-26drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()Ander Conselvan de Oliveira1-1/+1
2015-03-26drm/i915: Don't use staged config in intel_dp_mst_compute_config()Ander Conselvan de Oliveira1-6/+11
2015-03-26drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()Ander Conselvan de Oliveira1-9/+15
2015-03-26drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_configAnder Conselvan de Oliveira1-5/+16