summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/panel: otm8009a: Fix backlight updatesPhilippe CORNU2018-05-181-2/+16
* drm/panel: Add device_link from panel device to DRM deviceJyri Sarha2018-05-181-0/+10
* drm/panel: Remove drm_panel_detach() calls from all panel driversJyri Sarha2018-05-1810-9/+6
* i915: content-type property for HDMI connectorStanislav Lisovskiy2018-05-172-6/+12
* drm: content-type property for HDMI connectorStanislav Lisovskiy2018-05-173-0/+125
* drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard2018-05-171-0/+1
* drm/xen-front: fix spelling mistake: "conector" -> "connector"Colin Ian King2018-05-151-1/+1
* gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder2018-05-141-4/+4
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-05-114960-319768/+327008
|\
| * Merge tag 'drm-intel-next-2018-04-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-0485-3691/+7115
| |\
| | * drm/i915: Update DRIVER_DATE to 20180413Jani Nikula2018-04-131-2/+2
| | * drm/i915/cnl: Use mmio access to context status bufferMika Kuoppala2018-04-131-0/+3
| | * drm/i915/bios: reduce the scope of some local variables in parse_ddi_port()Jani Nikula2018-04-121-6/+4
| | * drm/i915/bios: filter out invalid DDC pins from VBT child devicesJani Nikula2018-04-121-4/+9
| | * drm/i915: Split out functions for different kinds of workaroundsOscar Mateo2018-04-116-241/+436
| | * drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-117-638/+703
| | * drm/i915/execlists: Set queue priority from secondary portChris Wilson2018-04-112-1/+23
| | * drm/i915/bios: remove duplicated codeJani Nikula2018-04-111-7/+0
| | * drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6Tvrtko Ursulin2018-04-111-10/+27
| | * drm/i915/guc: Replace %phn with %phChris Wilson2018-04-101-10/+10
| | * drm/i915: Don't fiddle with rps/rc6 across GPU resetChris Wilson2018-04-101-7/+0
| | * drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst2018-04-104-12/+111
| | * drm/i915/psr: Chase psr.enabled only under the psr.lockChris Wilson2018-04-101-38/+44
| | * drm/i915/gen9_lp: Increase DDI PHY0 power well enabling timeoutImre Deak2018-04-101-5/+6
| | * drm/i915: Remove last references to drm_atomic_get_existing* macrosMaarten Lankhorst2018-04-091-29/+24
| | * drm/i915: Remove get_existing_crtc_stateMaarten Lankhorst2018-04-091-14/+0
| | * drm/i915: Change use get_new_plane_state instead of existing plane stateMaarten Lankhorst2018-04-093-15/+3
| | * drm/i915/execlists: Log fence context & seqno throughout GEM_TRACETvrtko Ursulin2018-04-092-8/+20
| | * drm/i915: Enclose for_each_engine_masked macro arguments in parenthesesTvrtko Ursulin2018-04-091-2/+4
| | * drm/i915: Upscale scaler max scale for NV12Chandra Konduru2018-04-093-13/+46
| | * drm/i915: Update format_is_yuv() to include NV12Chandra Konduru2018-04-092-0/+2
| | * drm/i915: Set scaler mode for NV12Chandra Konduru2018-04-092-2/+14
| | * drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl RegVidya Srinivas2018-04-091-1/+6
| | * drm/i915: Display WA 827Vidya Srinivas2018-04-092-0/+37
| | * drm/i915/skl: split skl_compute_ddb functionMahesh Kumar2018-04-091-69/+88
| | * drm/i915/skl+: nv12 workaround disable WM level 1-7Mahesh Kumar2018-04-091-0/+11
| | * drm/i915/skl+: make sure higher latency level has higher wm valueMahesh Kumar2018-04-091-0/+18
| | * drm/i915/skl+: pass skl_wm_level struct to wm compute funcMahesh Kumar2018-04-091-11/+7
| | * drm/i915/skl+: NV12 related changes for WMMahesh Kumar2018-04-093-8/+44
| | * drm/i915/skl+: support verification of DDB HW state for NV12Mahesh Kumar2018-04-093-11/+43
| | * drm/i915/skl+: add NV12 in skl_format_to_fourccMahesh Kumar2018-04-091-0/+2
| | * drm/i915/skl+: refactor WM calculation for NV12Mahesh Kumar2018-04-093-61/+66
| | * drm/i915/skl+: rename skl_wm_values struct to skl_ddb_valuesMahesh Kumar2018-04-093-11/+11
| | * drm/i915/dp: Send DPCD ON for MST before phy_upLyude Paul2018-04-072-3/+13
| | * drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-067-32/+47
| | * drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson2018-04-064-30/+20
| | * drm/i915: Split out parking from the idle worker for reuseChris Wilson2018-04-063-77/+103
| | * drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson2018-04-061-6/+6
| | * drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo2018-04-062-11/+9
| | * drm/i915/icl: Deal with GT INT DW correctlyOscar Mateo2018-04-061-37/+73