summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2016-04-11drm/i915: Make modeset state verifier take crtc as argument.Maarten Lankhorst
2016-04-09drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessorChris Wilson
2016-04-09drm/i915: Use simplest form for flushing the single cacheline in the HWSChris Wilson
2016-04-09drm/i915: Harden detection of missed interruptsChris Wilson
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson
2016-04-09drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+Chris Wilson
2016-04-09drm/i915: Fixup the free space logic in ring_prepareAkash Goel
2016-04-08drm/i915: Simplify check for idleness in hangcheckChris Wilson
2016-04-08drm/i915: Apply a mb between emitting the request and hangcheckChris Wilson
2016-04-08drm/i915: Reset engine->last_submitted_seqnoChris Wilson
2016-04-08drm/i915: Reset semaphore page for gen8Chris Wilson
2016-04-08drm/i915: Refactor gen8 semaphore offset calculationChris Wilson
2016-04-08drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson
2016-04-08drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()Chris Wilson
2016-04-08drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson
2016-04-07drm/i915/BXT: Get pipe conf from the port registersRamalingam C
2016-04-07drm/i915: Sharing the pixel_format_from_vbt to whole i915Ramalingam C
2016-04-07drm/i915/dsi: use a temp variable for referencing the gpio tableJani Nikula
2016-04-07drm/i915/dsi: abstract VLV gpio element execution to a separate functionJani Nikula
2016-04-07drm/i915/dsi: clean up vlv gpio table and definitionsJani Nikula
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen
2016-04-07drm/i915: Do not WARN_ON in i915_vm_to_ppgttJoonas Lahtinen
2016-04-07drm/i915: Use i915_vm_to_ppgtt instead of manual container_ofJoonas Lahtinen
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2016-04-06drm/i915/bxt: Set max cdclk frequency properlyMatt Roper
2016-04-06drm/i915/skl+: Use plane size for relative data rate calculationKumar, Mahesh
2016-04-06drm/i915: Set invert bit for hpd based on VBTShubhangi Shrivastava
2016-04-06drm/i915: Update VBT fields for child devicesShubhangi Shrivastava
2016-04-06Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2016-04-06drm/nouveau/tegra: acquire and enable reference clock if neededAlexandre Courbot
2016-04-06Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie
2016-04-06Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2016-04-05drm/amdgpu: total vram size also reduces pin sizeChunming Zhou
2016-04-05drm/i915: Set GPU freq to idle_freq initiallyVille Syrjälä
2016-04-05drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHVVille Syrjälä
2016-04-05drm/i915/guc: always reset GuC before loading firmwareDave Gordon
2016-04-05drm/i915/guc: reset GuC and retry on firmware load failureArun Siluvery
2016-04-05drm/i915/shrinker: Refactor common uninterruptible lockingChris Wilson
2016-04-05drm/i915/shrinker: Hook up vmap allocation failure notifierChris Wilson
2016-04-05drm/i915/shrinker: Account for unshrinkable unbound pagesChris Wilson
2016-04-05drm/i915/chv: add more IOSF port definitionsJani Nikula
2016-04-05drm/i915/dsi: add support for DSI sequence block v2 gpio elementJani Nikula
2016-04-04drm/amd/powerplay: add uvd/vce dpm enabling flag default.Rex Zhu
2016-04-04drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.Rex Zhu
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu
2016-04-04gma500: remove annoying deprecation warningLinus Torvalds
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov