aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-01drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.hJouni Högander1-1/+0
2023-08-01drm/i915: Add getter/setter for i915_gem_object->frontbufferJouni Högander5-43/+77
2023-08-01drm/i915: Add macros to get i915 device from i915_gem_objectJouni Högander2-9/+12
2023-07-27drm/i915/color: Downscale degamma lut values read from hardwareChaitanya Kumar Borah1-0/+8
2023-07-27drm/i915/color: Upscale degamma values for MTLChaitanya Kumar Borah1-1/+18
2023-07-26drm/i915/hotplug: Reduce SHPD_FILTER to 250usSuraj Kandpal2-1/+4
2023-07-25drm/i915: Simplify expression &to_i915(dev)->drmUwe Kleine-König3-8/+6
2023-07-21drm/i915/dpt: Use shmem for dpt objectsRadhakrishna Sripada1-1/+3
2023-07-20drm/i915: Start using plane scale factor for relative data rateStanislav Lisovskiy1-1/+6
2023-07-17drm/i915/display: Do not use stolen on MTLNirmoy Das2-3/+6
2023-07-13Revert "drm/i915: use localized __diag_ignore_all() instead of per file"Jani Nikula4-15/+5
2023-07-12drm/i915/vdsc: Remove FIXME in intel_dsc_compute_configSuraj Kandpal1-12/+0
2023-07-12drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420Suraj Kandpal1-38/+103
2023-07-12drm/i915/drm: Fix comment for YCbCr20 qp table declarationSuraj Kandpal1-3/+7
2023-07-12drm/i915/dsc: Move rc param calculation for native_420Suraj Kandpal1-21/+25
2023-07-11i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()Simon Ser1-1/+13
2023-07-10drm/i915: Don't rely that 2 VDSC engines are always enough for pixel rateStanislav Lisovskiy1-2/+10
2023-07-10drm/i915: Add helper function for getting number of VDSC enginesStanislav Lisovskiy2-4/+12
2023-07-06drm/i915: Try to initialize DDI/ICL+ DSI ports for every VBT child deviceVille Syrjälä8-47/+93
2023-07-06drm/i915/bios: Extract intel_bios_encoder_port()Ville Syrjälä1-4/+14
2023-07-06drm/i915: Remove AUX CH sanitationVille Syrjälä4-62/+50
2023-07-06drm/i915: Remove DDC pin sanitationVille Syrjälä2-82/+59
2023-07-06drm/i915: Only populate aux_ch if really neededVille Syrjälä2-2/+11
2023-07-06drm/i915: Initialize dig_port->aux_ch to NONE to be sureVille Syrjälä3-0/+6
2023-07-05drm/i915: Fail if DSC compression requirement is less than platform supportsStanislav Lisovskiy1-2/+11
2023-07-04drm/i915/dram: replace __raw_uncore_read32() with intel_uncore_read_fw()Jani Nikula1-1/+1
2023-07-04drm/i915/uncore: add intel_uncore_regs() helperJani Nikula7-21/+26
2023-07-04drm/i915: Don't preserve dpll_hw_state for slave crtc in BigjoinerStanislav Lisovskiy1-1/+0
2023-06-29drm/i915: make device info a const pointer to rodataJani Nikula2-15/+6
2023-06-29drm/i915: move display device and runtime info to struct intel_displayJani Nikula4-11/+14
2023-06-29drm/i915: fix display info usageJani Nikula1-1/+1
2023-06-29drm/i915: separate display info printing from the restJani Nikula7-20/+38
2023-06-29drm/i915: move platform_engine_mask and memory_regions to device infoJani Nikula8-43/+42
2023-06-29drm/i915: use mock device info for creating mock deviceJani Nikula1-21/+24
2023-06-28drm/i915: Remove prototype for intel_cx0_phy_ddi_vswing_sequence()Gustavo Sousa1-3/+0
2023-06-26drm/i915: fix Sphinx indentation warningJani Nikula1-0/+2
2023-06-26drm/doc: fix duplicate declaration warningJani Nikula1-0/+4
2023-06-26drm/i915: Prevent needless toggling of DC states during modesetsImre Deak1-1/+5
2023-06-26drm/i915: Add way to specify the power-off delay of a display power domainImre Deak2-12/+55
2023-06-26drm/i915: Remove redundant forward declarations from display power headersImre Deak2-4/+0
2023-06-26drm/i915: Add missing forward declarations/includes to display power headersImre Deak2-0/+6
2023-06-26drm/i915/hdcp: Add a debug statement at hdcp2 capability checkSuraj Kandpal1-1/+4
2023-06-26drm/i915/hdcp: Assign correct hdcp content typeSuraj Kandpal1-1/+1
2023-06-21drm/i915/psr: Use hw.adjusted mode when calculating io/fast wake timesJouni Högander1-2/+2
2023-06-20drm/i915/mtl: Skip using vbt hdmi_level_shifter selection on MTLRadhakrishna Sripada1-1/+2
2023-06-20drm/i915/mtl: Fix SSC selection for MPLLARadhakrishna Sripada1-1/+2
2023-06-20drm/i915/mtl: Add new vswing table for C20 phy to support DP 1.4Lee Shawn C1-2/+24
2023-06-20drm/i915/mtl: update DP 2.0 vswing table for C20 phyLee Shawn C1-1/+1
2023-06-20drm/i915: Convert HSW/BDW to use port_mask for DDI probeVille Syrjälä2-19/+33
2023-06-20drm/i915: Init DDI outputs based on port_mask on skl+Ville Syrjälä1-67/+13