summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2012-04-20drm: add the VIC number to the CEA EDID modesPaulo Zanoni
2012-04-20drm: Parse color format information in CEA blocksLars-Peter Clausen
2012-04-20drm: Fix EDID color format parsingLars-Peter Clausen
2012-04-20drm: Add sanity checks to framebuffer creationVille Syrjälä
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä
2012-04-20drm/i915: invalidate render cache on gen2Daniel Vetter
2012-04-19nouveau: Set special lane map for the right chipsetHenrik Rydberg
2012-04-19drm/radeon: fix load detect on rn50 with hardcoded EDIDs.Dave Airlie
2012-04-19drm: Releasing FBs before releasing GEM objects during drm_releasePrathyush
2012-04-19drm/nouveau/pm: don't read/write beyond end of stack bufferJim Meyering
2012-04-19drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...Marcos Paulo de Souza
2012-04-19radeon: fix r600/agp when vram is after AGP (v3)Jerome Glisse
2012-04-19drm: fix page_flip error handlingJoonyoung Shim
2012-04-19Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-04-19drm/radeon/kms: fix the regression of DVI connector checkTakashi Iwai
2012-04-19drm/usb: fix module license on drm/usb layer.Dave Airlie
2012-04-18drm/i915: Silence the change of LVDS sync polarityChris Wilson
2012-04-18drm/i915: add generic power management initializationEugeni Dodonov
2012-04-18drm/i915: move clock gating functionality into intel_pm moduleEugeni Dodonov
2012-04-18drm/i915: move emon functionality into intel_pm moduleEugeni Dodonov
2012-04-18drm/i915: move drps, rps and rc6-related functions to intel_pmEugeni Dodonov
2012-04-18drm/i915: fix line breaks in intel_pmEugeni Dodonov
2012-04-18drm/i915: move watermarks settings into intel_pm moduleEugeni Dodonov
2012-04-18drm/i915: move fbc-related functionality into intel_pm moduleEugeni Dodonov
2012-04-18drm/i915: Refactor get_fence() to use the common fence writing routineChris Wilson
2012-04-18drm/i915: Refactor fence clearing to use the common fence writing routineChris Wilson
2012-04-18drm/i915: Refactor put_fence() to use the common fence writing routineChris Wilson
2012-04-18drm/i915: Prepare to consolidate fence writingChris Wilson
2012-04-18drm/i915: Remove the unsightly "optimisation" from flush_fence()Chris Wilson
2012-04-18drm/i915: Simplify fence findingChris Wilson
2012-04-18drm/i915: Discard the unused obj->last_fenced_ringChris Wilson
2012-04-18drm/i915: Remove unused ring->setup_seqnoChris Wilson
2012-04-18drm/i915: Remove fence pipeliningChris Wilson
2012-04-18drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson
2012-04-18drm/i915: Wait for all pending operations to the fb before disabling the pipeChris Wilson
2012-04-18drm/i915: Don't set a MBZ bit in gen2/3 MI_FLUSHChris Wilson
2012-04-18drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomicChris Wilson
2012-04-18drm/i915: Unpin the flip target if we fail to queue the flipChris Wilson
2012-04-18drm/i915: [GEN7] Use HW scheduler for fixed function shadersBen Widawsky
2012-04-18drm/i915: Replace open coded MI_BATCH_GTTChris Wilson
2012-04-18drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson
2012-04-18drm/i915: [sparse] don't use variable size arraysBen Widawsky
2012-04-18drm/i915: [sparse] trivial sparse fixesBen Widawsky
2012-04-18drm/i915: IBX+ doesn't have separate vsync/hsync controls on the VGA DACJesse Barnes
2012-04-18drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson
2012-04-17drm/i915: Mask reserved bits in display/sprite address registersArmin Reese
2012-04-17drm/i915: disable rc6 on haswell for nowEugeni Dodonov
2012-04-17drm/i915: share IVB cursor routine with HaswellEugeni Dodonov