summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-09drm/openchrome: Version bumped to 3.0.73drm-next-4.16Kevin Brace1-2/+2
2018-02-09drm/openchrome: Fix for chip_revision_infoKevin Brace1-16/+43
2018-02-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Kevin Brace90-1788/+3168
2018-02-08Merge tag 'drm-intel-next-fixes-2018-02-07' of git://anongit.freedesktop.org/...Dave Airlie17-136/+193
2018-02-07drm/i915/bios: add DP max link rate to VBT child device structJani Nikula2-3/+7
2018-02-08Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-28/+26
2018-02-06drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi1-2/+3
2018-02-06drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi1-3/+8
2018-02-06drm/i915/cmdparser: Do not check past the cmd length.Michal Srb1-0/+6
2018-02-06drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb1-2/+2
2018-02-06drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak3-9/+25
2018-02-06drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2-29/+70
2018-02-06drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du4-59/+35
2018-02-06drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li3-14/+20
2018-02-06drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li6-18/+20
2018-02-06drm/amdgpu: re-enable CGCG on CZ and disable on STShirish S1-1/+1
2018-02-06Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-nextDave Airlie44-1491/+2723
2018-02-03drm/openchrome: Version bumped to 3.0.72Kevin Brace1-1/+1
2018-02-03drm/openchrome: Hardware cursor fix for single HI devicesKevin Brace1-27/+140
2018-02-03drm/openchrome: Version bumped to 3.0.71Kevin Brace1-1/+1
2018-02-03drm/openchrome: Cosmetic changes to display FIFO depth formulaKevin Brace1-2/+2
2018-02-03drm/openchrome: KM400 IGA1 display FIFO parameter comment fixKevin Brace1-6/+6
2018-02-03drm/openchrome: Fix for CLE266 IGA1 display regressionKevin Brace1-4/+4
2018-02-03drm/openchrome: Version bumped to 3.0.70Kevin Brace1-1/+1
2018-02-03drm/openchrome: Set PREQ / TREQ control bit for CX700 chipset IGA1Kevin Brace1-1/+2
2018-02-03drm/openchrome: Version bumped to 3.0.69drm-next-4.15Kevin Brace1-2/+2
2018-02-03drm/openchrome: Remove display FIFO parameters from via_crtc structKevin Brace2-152/+158
2018-02-03drm/openchrome: Reorganize VX900 IGA1 and IGA2 display FIFO parametersKevin Brace1-7/+24
2018-02-03drm/openchrome: Reorganize VX855 IGA1 and IGA2 display FIFO parametersKevin Brace1-7/+23
2018-02-03drm/openchrome: Reorganize VX800 IGA1 and IGA2 display FIFO parametersKevin Brace1-10/+22
2018-02-03drm/openchrome: Reorganize CX700 IGA1 and IGA2 display FIFO parametersKevin Brace1-7/+22
2018-02-03drm/openchrome: Cleaning up via_drv.cKevin Brace1-16/+28
2018-02-02drm/openchrome: Added debug messages to via_drv.cKevin Brace1-6/+47
2018-02-02drm/openchrome: Removing white spaces from via_crtc.cKevin Brace1-2042/+2052
2018-02-02drm/openchrome: Adopting the use of ttm_operation_ctx structKevin Brace2-30/+36
2018-02-02drm/openchrome: Remove the call to drm_edid_to_eld()Kevin Brace1-2/+0
2018-02-02drm/openchrome: Remove io_mem_pfn callback from ttm_bo_driver structKevin Brace1-1/+0
2018-02-02drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningArnd Bergmann1-3/+6
2018-02-02drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-02-02drm/nouveau: Introduce NvPmEnableGating optionLyude Paul1-1/+3
2018-02-02drm/nouveau: Add support for SLCG for Kepler2Lyude Paul1-0/+93
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Lyude Paul5-4/+139
2018-02-02drm/nouveau: Add support for BLCG on Kepler1Lyude Paul14-1/+442
2018-02-02drm/nouveau: Add support for basic clockgating on Kepler1Lyude Paul9-21/+301
2018-02-02drm/nouveau/kms/nv50: fix handling of gamma since atomic conversionBen Skeggs1-53/+109
2018-02-02drm/nouveau/kms/nv50: use INTERPOLATE_257_UNITY_RANGE LUT on newer chipsetsBen Skeggs1-4/+4
2018-02-02drm/nouveau/kms/nv50: use "low res" lut for indexed modeIlia Mirkin1-2/+4
2018-02-02drm/nouveau/kms/nv50: prepare for double-buffered LUTsBen Skeggs2-23/+15
2018-02-02drm/nouveau/bo: add helper functions for handling pinned+mapped buffersBen Skeggs1-0/+28
2018-02-02drm/nouveau/fbcon: add module parameter to select bits-per-pixelBen Skeggs1-8/+14