aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula3-6/+7
2015-02-13drm/i915/skl: Declare that GT3 has a second VCSDamien Lespiau1-1/+16
2015-02-13drm/i915/skl: Split the SKL PCI ids by GTDamien Lespiau1-9/+19
2015-02-13drm/i915/skl: Implementation of SKL display power well supportSatheeshakrishna M2-0/+240
2015-02-13drm/i915: Ensure plane->state->fb stays in sync with plane->fbMatt Roper1-7/+22
2015-02-13drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau1-7/+1
2015-02-13drm/i915: Correct the variable holding the value for EOT to writeShobhit Kumar1-1/+1
2015-02-13drm/i915: Introduce intel_set_rps()Ville Syrjälä5-47/+34
2015-02-13drm/i915: Track old framebuffer instead of objectTvrtko Ursulin2-8/+8
2015-02-13drm/i915: Switch planes from transitional helpers to full atomic helpersMatt Roper1-2/+2
2015-02-13drm/i915: Keep plane->state updated on pageflipMatt Roper1-0/+7
2015-02-03drm/i915: Remove bogus locking check in the hangcheck codeDaniel Vetter1-3/+0
2015-01-30drm/i915: Update DRIVER_DATE to 20150130Daniel Vetter1-1/+1
2015-01-30drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw stateAnder Conselvan de Oliveira2-2/+2
2015-01-30drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath1-1/+1
2015-01-30drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira1-17/+33
2015-01-30drm/i915: Don't do posting reads on getting forcewakeMika Kuoppala1-1/+0
2015-01-30drm/i915: Do uncore early sanitize after domain initMika Kuoppala1-8/+30
2015-01-30drm/i915: Handle CHV in vlv_set_rps_idle()Ville Syrjälä1-5/+3
2015-01-29drm/i915: Remove nested work in gpu error handlingMika Kuoppala4-24/+24
2015-01-29drm/i915/documentation: Add intel_uncore.c to drm.tmplMika Kuoppala1-0/+1
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula4-120/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula3-41/+37
2015-01-29drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula2-331/+0
2015-01-29drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula1-18/+34
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula4-4/+180
2015-01-29drm/i915/dsi: switch to drm_panel interfaceJani Nikula4-119/+157
2015-01-28drm/i915/skl: Enabling PSR on SkylakeSonika Jindal3-3/+31
2015-01-28Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson1-1/+1
2015-01-28drm/i915: Be consistent on printing seqnosMika Kuoppala1-4/+4
2015-01-28drm/i915: Display current hangcheck status in debugfsChris Wilson1-0/+36
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson5-18/+32
2015-01-28agp/intel: Serialise after GTT updatesChris Wilson1-7/+7
2015-01-27drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in commentKumar Amit Mehta1-1/+1
2015-01-27drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)Matt Roper3-0/+14
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper3-27/+11
2015-01-27drm/i915: Add crtc state duplication/destruction functionsMatt Roper3-0/+40
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper11-0/+51
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper10-0/+50
2015-01-27drm/i915: Add main atomic entrypoints (v2)Matt Roper4-0/+174
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper3-0/+68
2015-01-27drm/i915: Consolidate plane handler vtablesMatt Roper3-22/+5
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper5-42/+75
2015-01-27drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä4-81/+52
2015-01-27drm/i915: Add intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä2-12/+20
2015-01-27drm/i915: Add gt_act_freq_mhz sysfs fileVille Syrjälä1-1/+34
2015-01-27drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq changeVille Syrjälä1-22/+22
2015-01-27drm/i915: DRRS calls based on frontbufferVandana Kannan3-0/+56
2015-01-27drm/i915: Enable/disable DRRSVandana Kannan3-0/+59
2015-01-27drm/i915: Initialize DRRS delayed workVandana Kannan1-8/+30