summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-1666-5666/+7491
|\
| * Merge tag 'drm-intel-next-fixes-2015-02-11' of git://anongit.freedesktop.org/...Dave Airlie2015-02-129-55/+94
| |\
| | * drm/i915: Clamp efficient frequency to valid rangeTom O'Rourke2015-02-111-1/+4
| | * drm/i915: Really ignore long HPD pulses on eDPVille Syrjälä2015-02-111-1/+1
| | * drm/i915: Correct the base value while updating LP_OUTPUT_HOLD in MIPI_PORT_CTRLShobhit Kumar2015-02-091-3/+2
| | * drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson2015-02-092-13/+30
| | * drm/i915: Drop vblank wait from intel_dp_link_downDaniel Vetter2015-02-091-16/+1
| | * drm/i915: Squelch overzealous uncore reset WARN_ONMika Kuoppala2015-02-091-1/+8
| | * drm/i915: Take runtime pm reference on hangcheck_infoMika Kuoppala2015-02-091-5/+17
| | * drm/i915: Correct the IOSF Dev_FN field for IOSF transfersShobhit Kumar2015-02-091-13/+13
| | * drm/i915: Prevent use-after-free in invalidate_range_start callbackMichał Winiarski2015-02-051-2/+18
| * | drm/i915: Remove bogus locking check in the hangcheck codeDaniel Vetter2015-02-031-3/+0
| |/
| * drm/i915: Update DRIVER_DATE to 20150130Daniel Vetter2015-01-301-1/+1
| * drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw stateAnder Conselvan de Oliveira2015-01-302-2/+2
| * drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath2015-01-301-1/+1
| * drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira2015-01-301-17/+33
| * drm/i915: Don't do posting reads on getting forcewakeMika Kuoppala2015-01-301-1/+0
| * drm/i915: Do uncore early sanitize after domain initMika Kuoppala2015-01-301-8/+30
| * drm/i915: Handle CHV in vlv_set_rps_idle()Ville Syrjälä2015-01-301-5/+3
| * drm/i915: Remove nested work in gpu error handlingMika Kuoppala2015-01-294-24/+24
| * drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula2015-01-294-120/+0
| * drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula2015-01-293-41/+37
| * drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula2015-01-292-331/+0
| * drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula2015-01-291-18/+34
| * drm/i915/dsi: add drm mipi dsi host supportJani Nikula2015-01-294-4/+180
| * drm/i915/dsi: switch to drm_panel interfaceJani Nikula2015-01-294-119/+157
| * drm/i915/skl: Enabling PSR on SkylakeSonika Jindal2015-01-283-3/+31
| * Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson2015-01-281-1/+1
| * drm/i915: Be consistent on printing seqnosMika Kuoppala2015-01-281-4/+4
| * drm/i915: Display current hangcheck status in debugfsChris Wilson2015-01-281-0/+36
| * drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson2015-01-285-18/+32
| * drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in commentKumar Amit Mehta2015-01-271-1/+1
| * drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)Matt Roper2015-01-273-0/+14
| * drm/i915: Switch plane properties to full atomic helper.Matt Roper2015-01-273-27/+11
| * drm/i915: Add crtc state duplication/destruction functionsMatt Roper2015-01-273-0/+40
| * drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper2015-01-2711-0/+51
| * drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper2015-01-2710-0/+50
| * drm/i915: Add main atomic entrypoints (v2)Matt Roper2015-01-274-0/+174
| * drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper2015-01-273-0/+68
| * drm/i915: Consolidate plane handler vtablesMatt Roper2015-01-273-22/+5
| * drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper2015-01-275-42/+75
| * drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä2015-01-274-81/+52
| * drm/i915: Add intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä2015-01-272-12/+20
| * drm/i915: Add gt_act_freq_mhz sysfs fileVille Syrjälä2015-01-271-1/+34
| * drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq changeVille Syrjälä2015-01-271-22/+22
| * drm/i915: DRRS calls based on frontbufferVandana Kannan2015-01-273-0/+56
| * drm/i915: Enable/disable DRRSVandana Kannan2015-01-273-0/+59
| * drm/i915: Initialize DRRS delayed workVandana Kannan2015-01-271-8/+30
| * drm/i915: Use symbolic irqreturn for ->hpd_pulseDaniel Vetter2015-01-273-9/+13
| * drm/i915/dsi: add some constness to vbt panel driverJani Nikula2015-01-271-8/+9
OpenPOWER on IntegriCloud