summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-09-02drm/i915: sseu: Move sseu_dev_status to i915_drv.hImre Deak2-42/+45
2016-09-02drm/i915: Cleanup i915_param()David Weinehall1-55/+32
2016-09-02drm/i915: Drop mutex around clearing error stateChris Wilson2-18/+2
2016-09-02drm/i915: Update DRIVER_DATE to 20160902Daniel Vetter1-1/+1
2016-09-01drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen3-8/+6
2016-08-31drm/i915: Fix other intel_dp warnings too.Maarten Lankhorst1-1/+3
2016-08-29drm/i915/backlight: handle enabled but zero duty cycle at module loadJani Nikula1-16/+24
2016-08-29drm/i915: Fix intel_display_crc_init for !DEBUGFSMaarten Lankhorst1-1/+1
2016-08-29drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation.Maarten Lankhorst1-0/+1
2016-08-29drm/i915: remove leftover for_each_intel_crtc_maskedJani Nikula1-8/+0
2016-08-27drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson5-12/+21
2016-08-27drm/i915: Tidy reporting busy status during i915_gem_retire_requests()Chris Wilson1-6/+6
2016-08-26drm/i915: Allow the user to pass a context to any ringChris Wilson1-4/+1
2016-08-26drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNBChris Wilson1-0/+1
2016-08-26drm/i915/debugfs: Add panel delays for eDPDavid Weinehall1-2/+40
2016-08-26drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson3-0/+61
2016-08-25drm/i915/skl: Update DDB values atomically with wms/plane attrsLyude3-168/+132
2016-08-25drm/i915: Move CRTC updating in atomic_commit into it's own hookLyude2-22/+54
2016-08-25drm/i915: Restore lost "Initialized i915" welcome messageChris Wilson1-0/+5
2016-08-24drm/i915: Force RC6 restore after system resume and resetChris Wilson1-0/+2
2016-08-24drm/i915: Suppress DRM_ERROR for D_COMP write on HaswellChris Wilson1-1/+1
2016-08-24Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"Chris Wilson1-4/+2
2016-08-24drm/i915: Eliminate redundant local variable definitionPandiyan, Dhinakaran1-8/+3
2016-08-24drm/i915/dp: Dump DP link status when link training stages failPandiyan, Dhinakaran1-0/+11
2016-08-24drm/i915/dp: Add debug messages to print DP link training patternPandiyan, Dhinakaran1-6/+7
2016-08-24drm/i915: free intel_fbMatthew Auld1-1/+1
2016-08-24drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()Chris Wilson1-1/+0
2016-08-24drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst4-58/+56
2016-08-24drm/i915: Create a intel_encoder_find_connector helper function.Maarten Lankhorst1-8/+13
2016-08-23drm/i915/skl: Update plane watermarks atomically during plane updatesLyude4-18/+67
2016-08-23drm/i915: Use more atomic state in intel_color.cMaarten Lankhorst1-10/+14
2016-08-23drm/i915: Convert intel_dp to use atomic stateMaarten Lankhorst3-69/+64
2016-08-23drm/i915: Convert intel_dp_mst to use atomic stateMaarten Lankhorst1-31/+18
2016-08-23drm/i915: Convert intel_lvds to use atomic stateMaarten Lankhorst1-11/+9
2016-08-23drm/i915: Convert intel_sdvo to use atomic stateMaarten Lankhorst1-16/+11
2016-08-23drm/i915: Convert intel_dsi to use atomic stateMaarten Lankhorst1-10/+11
2016-08-23drm/i915: Convert intel_dvo to use atomic stateMaarten Lankhorst1-7/+5
2016-08-23drm/i915: Convert intel_crt to use atomic stateMaarten Lankhorst1-5/+7
2016-08-23drm/i915: Remove unused loop from intel_dp_mst_compute_configMaarten Lankhorst1-18/+1
2016-08-23drm/i915: Make encoder->compute_config take the connector stateMaarten Lankhorst12-17/+29
2016-08-23drm/i915: Pass crtc_state and connector_state to encoder functionsMaarten Lankhorst12-126/+284
2016-08-23drm/i915: Walk over encoders in crtc enable/disable using atomic state.Maarten Lankhorst1-56/+134
2016-08-23drm/i915: Remove unused mode_set hook from encoderMaarten Lankhorst1-1/+0
2016-08-23drm/i915: Pass atomic state to crtc enable/disable functionsMaarten Lankhorst2-20/+42
2016-08-23drm/i915: handle DP_MST correctly in bxt_get_dpllMaarten Lankhorst1-2/+8
2016-08-22drm/i915: Take forcewake once for the entire GMBUS transactionChris Wilson1-68/+63
2016-08-22drm/i915: Fix nesting of filelist_mutex vs struct_mutex in i915_ppgtt_infoChris Wilson1-7/+9
2016-08-22drm/i915: Ignore stuck requests when considering hangsChris Wilson1-1/+3
2016-08-22drm/i915: Allow DMA pagetables to use highmemChris Wilson1-6/+12
2016-08-22drm/i915: Embed the scratch page struct into each VMChris Wilson2-50/+32