index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-05
drm/i915/dp: Make intel_dp_output_format() usable for "4:2:0 also" modes
Ville Syrjälä
1
-6
/
+7
2022-04-05
drm/i915/dp: Pass around intel_connector rather than drm_connector
Ville Syrjälä
1
-20
/
+18
2022-04-05
drm/i915/dp: Reorder intel_dp_compute_config() a bit
Ville Syrjälä
1
-13
/
+10
2022-04-05
drm/i915/dp: s/intel_dp_hdmi_ycbcr420/intel_dp_is_ycbcr420/
Ville Syrjälä
1
-3
/
+3
2022-04-05
drm/i915/dp: Extract intel_dp_has_audio()
Ville Syrjälä
1
-10
/
+20
2022-04-05
drm/i915/dp: Respect the sink's max TMDS clock when dealing with DP->HDMI DFPs
Ville Syrjälä
1
-5
/
+19
2022-04-05
drm/i915/dp: Extract intel_dp_tmds_clock_valid()
Ville Syrjälä
1
-33
/
+26
2022-04-05
drm/i915: Expose client engine utilisation via fdinfo
Tvrtko Ursulin
3
-0
/
+91
2022-04-05
drm/i915: Count engine instances per uabi class
Tvrtko Ursulin
2
-5
/
+7
2022-04-05
drm/i915: Track context current active time
Tvrtko Ursulin
10
-50
/
+118
2022-04-05
drm/i915: Track all user contexts per client
Tvrtko Ursulin
4
-0
/
+23
2022-04-05
drm/i915: Track runtime spent in closed and unreachable GEM contexts
Tvrtko Ursulin
2
-2
/
+32
2022-04-05
drm/i915: Make GEM contexts track DRM clients
Tvrtko Ursulin
2
-0
/
+8
2022-04-05
drm/i915: Explicitly track DRM clients
Tvrtko Ursulin
7
-3
/
+149
2022-04-05
drm/nouveau: stop using dma_resv_excl_fence
Christian König
1
-1
/
+8
2022-04-05
drm/nouveau/pmu: Add missing callbacks for Tegra devices
Karol Herbst
4
-1
/
+4
2022-04-04
drm/nouveau/clk: Fix an incorrect NULL check on list iterator
Xiaomeng Tong
1
-2
/
+4
2022-04-04
drm/format_helper: fix a kernel-doc typo
Randy Dunlap
1
-1
/
+1
2022-04-04
drm/sched: Check locking in drm_sched_job_add_implicit_dependencies
Daniel Vetter
1
-0
/
+2
2022-04-04
drm/gem: Delete gem array fencing helpers
Daniel Vetter
1
-80
/
+0
2022-04-04
drm/etnaviv: Use scheduler dependency handling
Daniel Vetter
4
-76
/
+35
2022-04-04
drm/i915/bios: Extract struct lvds_lfp_data_ptr_table
Ville Syrjälä
2
-11
/
+12
2022-04-04
drm/i915: Remove dead members from dev_priv
Ville Syrjälä
1
-9
/
+0
2022-04-04
drm/i915: Use drm_connector_attach_hdr_output_metadata_property()
Ville Syrjälä
1
-6
/
+2
2022-04-04
drm/bridge: nwl-dsi: Drop the drm_of_panel_bridge_remove() function call
Liu Ying
1
-7
/
+0
2022-04-04
drm: bridge: mcde_dsi: Drop explicit bridge remove
Jagan Teki
1
-1
/
+0
2022-04-04
gpu: ipu-v3: Fix dev_dbg frequency output
Leo Ruan
1
-2
/
+3
2022-04-04
drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe
Liu Ying
1
-1
/
+7
2022-04-04
drm/imx: Fix memory leak in imx_pd_connector_get_modes
José Expósito
1
-1
/
+3
2022-04-04
drm/imx: imx-ldb: Check for null pointer after calling kmemdup
Jiasheng Jiang
1
-0
/
+2
2022-04-04
drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisation
Maxime Ripard
1
-4
/
+1
2022-04-04
drm/imx: ipuv3-plane: Remove redundant zpos initialisation
Maxime Ripard
1
-3
/
+0
2022-04-04
drm/imx: make static read-only array channel_offsets const
Colin Ian King
1
-2
/
+3
2022-04-04
drm/imx: imx-tve: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2022-04-04
gpu: ipu-v3: image-convert: use swap()
Salah Triki
1
-6
/
+3
2022-04-03
drm/amdgpu: use dma_resv_get_singleton in amdgpu_pasid_free_cb
Christian König
1
-20
/
+3
2022-04-03
drm/atomic-helper: support more than one write fence in drm_gem_plane_helper_prepare_fb
Christian König
1
-11
/
+7
2022-04-03
drm/amdgpu: use dma_resv_for_each_fence for CS workaround v2
Christian König
1
-5
/
+10
2022-04-03
drm/radeon: stop using dma_resv_excl_fence
Christian König
1
-1
/
+6
2022-04-03
drm/vmwgfx: stop using dma_resv_excl_fence v2
Christian König
1
-2
/
+3
2022-04-02
drm/ttm: Add a parameter to add extra pages into ttm_tt
Ramalingam C
6
-10
/
+12
2022-04-01
drm/edid: reduce magic when updating the EDID block checksum
Jani Nikula
1
-1
/
+1
2022-04-01
drm/edid: track invalid blocks in drm_do_get_edid()
Jani Nikula
1
-9
/
+8
2022-04-01
drm/edid: split out invalid block filtering to a separate function
Jani Nikula
1
-24
/
+28
2022-04-01
drm/edid: simplify block check when filtering invalid blocks
Jani Nikula
1
-1
/
+7
2022-04-01
drm/edid: use a better variable name for EDID block read retries
Jani Nikula
1
-7
/
+9
2022-04-01
drm/edid: split drm_edid_block_valid() to check and act parts
Jani Nikula
1
-62
/
+90
2022-04-01
drm/edid: split out edid_header_fix()
Jani Nikula
1
-1
/
+6
2022-04-01
drm/edid: clean up edid_is_zero()
Jani Nikula
1
-8
/
+5
2022-04-01
drm/edid: make drm_edid_header_is_valid() accept void pointer
Jani Nikula
1
-3
/
+5
[prev]
[next]