summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2014-12-04drm: Fix memory leak at error path of drm_read()Takashi Iwai
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay
2014-12-04drm/i915: Added port as parameter to the functions which does read/write of D...Gaurav K Singh
2014-12-04drm/i915: New functions added for enabling & disabling MIPI Port Ctrl regGaurav K Singh
2014-12-04drm/i915: Don't display nonsensical values in i915_ddb_info on gen < 9Damien Lespiau
2014-12-04drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin
2014-12-03drm/radeon: enable smc fan control on CIAlex Deucher
2014-12-04drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-03drm/radeon: use pointers instead of indexes for CS chunksChristian König
2014-12-03drm/radeon: remove duplicates checkChristian König
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König
2014-12-03drm/radeon: check the right ring in radeon_evict_flags()Alex Deucher
2014-12-03drm/radeon: fix copy paste typos in fan control for si/ciAlex Deucher
2014-12-03drm/radeon: Hide cursor on CRTCs used by fbdev (v2)Michel Dänzer
2014-12-03drm/radeon: add spinlock for BO_VA status protection (v2)Christian König
2014-12-03drm/radeon: fence PT updates as sharedChristian König
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König
2014-12-03drm/radeon: drop the handle from radeon_cs_relocChristian König
2014-12-03drm/radeon drop gobj from radeon_cs_relocChristian König
2014-12-03drm/radeon: fix typo in new fan control registers for SI/CIAlex Deucher
2014-12-03drm/radeon: sync all BOs involved in a CSChristian König
2014-12-03drm/radeon: Move hotspot handling out of radeon_set_cursorMichel Dänzer
2014-12-03drm/radeon: Re-show the cursor after a modesetMichel Dänzer
2014-12-03drm/i915/skl: Update the DDI translation values for DP/eDP 1.3Damien Lespiau
2014-12-03drm/edid: Restore kerneldoc consistencyThierry Reding
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin
2014-12-03drm/vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom
2014-12-03drm/vmwgfx: Fix fence event codeThomas Hellstrom
2014-12-03drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom
2014-12-03drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom
2014-12-03drm/i915: Move init_unused_rings to gem_init_hwDaniel Vetter
2014-12-03drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel
2014-12-03drm/i915: Convert pxvid to extvid lookup table to a functionMika Kuoppala
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter
2014-12-03drm/i915: Remove unnecessary goto in intel_primary_plane_disable()Ander Conselvan de Oliveira
2014-12-03drm/i915: Only init engines onceDaniel Vetter
2014-12-03drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter
2014-12-03drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter
2014-12-03drm/i915: Consolidate ring freespace calculationsDave Gordon
2014-12-03drm/i915: Make ring freespace calculation more robustDave Gordon
2014-12-03drm/i915/dsi: add ports to intel_dsi to describe the ports being drivenJani Nikula
2014-12-03drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula
2014-12-03drm/i915: Deal with video overlay on GPU resetVille Syrjälä
2014-12-03drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison
2014-12-03drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison
2014-12-03drm/i915: Convert 'ring_idle()' to use requests not seqnosJohn Harrison