summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson2016-10-281-14/+26
* drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson2016-10-284-63/+199
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-286-1/+37
* drm/i915: Reuse the active golden render state batchChris Wilson2016-10-286-71/+129
* drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson2016-10-287-24/+197
* drm/i915: Defer active reference until requiredChris Wilson2016-10-288-10/+71
* drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()Chris Wilson2016-10-282-32/+4Star
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-289-243/+316
* drm/i915: Remove superfluous wait_for_error() from throttle-ioctlChris Wilson2016-10-281-4/+0Star
* drm/i915: Allow i915_sw_fence_await_sw_fence() to allocateChris Wilson2016-10-282-4/+44
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-285-4/+58
* drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()Chris Wilson2016-10-281-9/+1Star
* drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper2016-10-282-10/+1Star
* drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper2016-10-284-4/+4
* drm/i915: Change the placement of some static functions in intel_dp.cNavare, Manasi D2016-10-281-75/+75
* drm/i915: Address broxton phy registers based on phy and channel numberAnder Conselvan de Oliveira2016-10-284-120/+175
* drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_infoAnder Conselvan de Oliveira2016-10-282-32/+55
* drm/i915: Create a struct to hold information about the broxton physAnder Conselvan de Oliveira2016-10-282-12/+62
* drm/i915: Move broxton vswing sequence to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-283-33/+47
* drm/i915: Move DPIO phy documentation section to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-282-90/+92
* drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-284-326/+341
* drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask()Ander Conselvan de Oliveira2016-10-281-4/+4
* drm/i915: Explicitly map broxton DPIO power wells to physAnder Conselvan de Oliveira2016-10-282-15/+12Star
* drm/i915: Rename struct i915_power_well field data to idAnder Conselvan de Oliveira2016-10-282-57/+58
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-10-28278-5538/+9026
|\
| * Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie2016-10-2844-207/+904
| |\
| | * drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-10/+18
| | * drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel2016-10-121-12/+13
| | * drm/nouveau/pci: set streaming DMA mask earlyArd Biesheuvel2016-10-121-10/+27
| | * drm/nouveau/kms: add Maxwell to backlight initializationFaris Alsalama2016-10-121-0/+1
| | * drm/nouveau/bar/nv50: fix bar2 vm sizeBen Skeggs2016-10-121-2/+2
| | * drm/nouveau/disp: remove unused function in sorg94.cBaoyou Xie2016-10-121-8/+0Star
| | * drm/nouveau/volt: use kernel's 64-bit signed division functionAlexandre Courbot2016-10-121-3/+3
| | * drm/nouveau/core: add missing header dependenciesBaoyou Xie2016-10-121-0/+1
| | * drm/nouveau/gr/nv3x: add 0x0597 kelvin 3d class supportIlia Mirkin2016-10-123-0/+3
| | * drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logoMartin Peres2016-10-126-0/+208
| | * drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst2016-10-123-12/+9Star
| | * drm/nouveau/volt: Make use of cvb coefficientsKarol Herbst2016-10-121-2/+36
| | * drm/nouveau/volt/gf100-: Add speedoKarol Herbst2016-10-125-0/+77
| | * drm/nouveau/volt: Add implementation for gf100Karol Herbst2016-10-124-8/+55
| | * drm/nouveau/bios/vmap: unk0 field is the modeKarol Herbst2016-10-122-2/+2
| | * drm/nouveau/volt: Don't require perfect fitKarol Herbst2016-10-121-5/+17
| | * drm/nouveau/clk: Allow boosting only when NvBoost is setKarol Herbst2016-10-124-4/+42
| | * drm/nouveau/bios: Add parsing of VPSTATE tableKarol Herbst2016-10-123-0/+107
| | * drm/nouveau/clk: Respect voltage limits in nvkm_cstate_progKarol Herbst2016-10-123-1/+54
| | * drm/nouveau/clk: Fixup cstate selectionKarol Herbst2016-10-122-2/+21
| | * drm/nouveau/volt: Add temperature parameter to nvkm_volt_mapKarol Herbst2016-10-123-8/+11
| | * drm/nouveau/clk: Let nvkm_clk_tstate take a temperature valueKarol Herbst2016-10-122-12/+11Star
| | * drm/nouveau/clk: Add index field to nvkm_cstateKarol Herbst2016-10-122-0/+2
| | * drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_idKarol Herbst2016-10-123-4/+9