aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-1617-1005/+1035
* drm/i915/bxt: Fix off-by-one error in Broxton PLL IDsImre Deak2016-03-162-7/+7
* drm/i915: Nuke fbc members from intel_crtc->atomic, v4.Maarten Lankhorst2016-03-162-50/+16
* drm/i915: Remove some post-commit members from intel_crtc->atomic, v3.Maarten Lankhorst2016-03-163-12/+23
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-03-16510-20421/+28086
|\
| * nouveau: fix nv40_perfctr_next() cleanup regressionArnd Bergmann2016-03-161-2/+4
| * Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-1626-289/+411
| |\
| | * drm: atomic helper: do not unreference error pointerLionel Landwerlin2016-03-131-0/+1
| | * drm/edid: Extract SADs properly from multiple audio data blocksVille Syrjälä2016-03-131-6/+11
| | * drm: fix blob pointer checkLionel Landwerlin2016-03-101-2/+2
| | * drm: introduce pipe color correction propertiesLionel Landwerlin2016-03-084-3/+263
| | * drm/atomic: Clean up update_connector_routing.Maarten Lankhorst2016-03-081-13/+3
| | * drm/atomic: Clean up steal_encoder, v2.Maarten Lankhorst2016-03-081-21/+6
| | * drm/atomic: Handle encoder assignment conflicts in a separate check, v3.Maarten Lankhorst2016-03-081-34/+43
| | * drm/atomic: Handle encoder stealing from set_config better.Maarten Lankhorst2016-03-081-0/+69
| | * drm/atomic: Always call steal_encoder, v2.Maarten Lankhorst2016-03-081-54/+20
| | * drm/ast: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/fsl-dcu: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/atmel-hlcdc: remove optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
| | * drm/sti: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
| | * drm/shmobile: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-042-16/+0
| | * drm/omapdrm: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| | * drm/rcar-du: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
| | * drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-046-21/+6
| | * drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
| | * drm/mgag200: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-13/+0
| | * drm/cirrus: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-13/+0
| | * drm/atomic: Pass connector and state to update_connector_routing.Maarten Lankhorst2016-03-041-10/+5
| | * drm/atomic: Clean up update_output_state.Maarten Lankhorst2016-03-041-24/+17
| | * drm/crtc: Use drm_mode_object_put() in __drm_framebuffer_unregister()Liu Ying2016-02-291-3/+1
| * | Merge tag 'drm-amdkfd-next-fixes-2016-03-15' of git://people.freedesktop.org/...Dave Airlie2016-03-161-1/+1
| |\ \
| | * | drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter2016-03-151-1/+1
| * | | drm/omap: fix panel/encoder probesTomi Valkeinen2016-03-162-2/+2
| |/ /
| * | Merge tag 'drm-vc4-next-2016-03-14' of github.com:anholt/linux into drm-nextDave Airlie2016-03-156-57/+181
| |\ \
| | * | drm/vc4: Recognize a more specific compatible string for V3D.Eric Anholt2016-03-131-0/+1
| | * | drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter2016-03-131-3/+4
| | * | drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.Eric Anholt2016-03-131-2/+10
| | * | drm/vc4: Let gpiolib know that we're OK with sleeping for HPD.Eric Anholt2016-03-131-1/+1
| | * | drm/vc4: improve throughput by pipelining binning and rendering jobsVarad Gautam2016-03-133-52/+166
| * | | drm/nouveau/clk/gm20b: add basic driverAlexandre Courbot2016-03-144-0/+201
| * | | drm/nouveau/clk/gk20a: share reusable structures/functionsAlexandre Courbot2016-03-142-36/+73
| * | | drm/nouveau/clk/gk20a: set lowest frequency during init()Alexandre Courbot2016-03-141-2/+5
| * | | drm/nouveau/clk/gk20a: split gk20a_clk_new()Alexandre Courbot2016-03-141-12/+31
| * | | drm/nouveau/clk/gk20a: abstract pl_to_divAlexandre Courbot2016-03-141-21/+36
| * | | drm/nouveau/clk/gk20a: put mnp values into their own structAlexandre Courbot2016-03-141-31/+36
| * | | drm/nouveau/clk/gk20a: emit parent rate as debug messageAlexandre Courbot2016-03-141-2/+2