AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-17 06:38:59 to 2016-11-24 02:41:07 UTC [more...]

[PATCH xf86-video-amdgpu] Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
 2016-11-24  2:41 UTC  (4+ messages)

[PATCH 00/39] dal patches for nov 23, 2016
 2016-11-24  2:03 UTC  (40+ messages)
  ` [PATCH 01/39] drm/amd/dal: Use Polaris headers for i2c engine
  ` [PATCH 02/39] drm/amd/dal: Add missing return to bios helper
  ` [PATCH 03/39] drm/amd/dal: correcting the wait for DP_MSE_RATE_UPDATE_PENDING reset
  ` [PATCH 04/39] drm/amd/dal: Freesync to track only streams
  ` [PATCH 05/39] drm/amd/dal: fix v_update locking
  ` [PATCH 06/39] drm/amd/dal: fix flip optimization
  ` [PATCH 07/39] drm/amd/dal: fix misc0 bug lead to DP not lighting up
  ` [PATCH 08/39] drm/amd/dal: improve compiler catching bug in REG_SET
  ` [PATCH 09/39] drm/amd/dal: visual confirm change blank color to none-black
  ` [PATCH 10/39] drm/amd/dal: transform cleanup
  ` [PATCH 11/39] drm/amd/dal: separate out scaler filters
  ` [PATCH 12/39] drm/amd/dal: transform cleanup powerup
  ` [PATCH 13/39] drm/amd/dal: transform cleanup file structure
  ` [PATCH 14/39] drm/amd/dal: dce110 scaler to new style
  ` [PATCH 15/39] drm/amd/dal: drop dce80 transform code
  ` [PATCH 16/39] drm/amd/dal: Use macro to define transform reg sh and mask
  ` [PATCH 17/39] drm/amd/dal: drop scaler bypass function
  ` [PATCH 18/39] drm/amd/dal: clean transform.h
  ` [PATCH 19/39] drm/amd/dal: remove scaler filter calculator from dc
  ` [PATCH 20/39] drm/amd/dal: fix memory leak pointed out by Juha Leppänen <juha_efku@dnainternet.net>
  ` [PATCH 21/39] drm/amd/dal: move out transform code to dce_transform
  ` [PATCH 22/39] drm/amd/dal: fix infinite loop
  ` [PATCH 23/39] drm/amd/dal: Only set backlight level for eDP panel
  ` [PATCH 24/39] drm/amd/dal: consolidate mem_input
  ` [PATCH 25/39] drm/amd/dal: remove adapter service interface/types
  ` [PATCH 26/39] drm/amd/dal: Memory leak fixes
  ` [PATCH 27/39] drm/amd/dal: remove unused function
  ` [PATCH 28/39] drm/amd/dal: fix warnings in dce_stream_encoder.c
  ` [PATCH 29/39] drm/amd/dal: fix warning in dce_link_encoder.c
  ` [PATCH 30/39] drm/amd/dal: fix bug in dal_display_clock_get_min_clocks_state
  ` [PATCH 31/39] drm/amd/dal: fix warning in dal_display_clock_dce112_construct
  ` [PATCH 32/39] drm/amd/dal: fix warning in dce110_hw_sequencer.c
  ` [PATCH 33/39] drm/amd/dal: fix warning in dce110_resource.c
  ` [PATCH 34/39] drm/amd/dal: fix include order in dce80_resource.c
  ` [PATCH 35/39] drm/amd/dal: handle NULL mem_input in dc_init_dchub
  ` [PATCH 36/39] drm/amd/dal: fix warning in dc_link_dp_set_test_pattern
  ` [PATCH 37/39] drm/amd/dal: fix warning in calculate_bandwidth
  ` [PATCH 38/39] drm/amd/dal: fix wrong pll selection for hdmi
  ` [PATCH 39/39] drm/amd/dal: Configure audio before audio enable (Jack presence Hot Plug)

[PATCH] drm/amdgpu/gfx8: move eop programming per queue
 2016-11-23 23:56 UTC  (9+ messages)
  ` [PATCH] drm/amdgpu/gfx7: "
  ` [PATCH] drm/amdgpu/cik_sdma: clean up rb address calculation
  ` [PATCH] drm/amdgpu/sdma2.4: "
  ` [PATCH] drm/amdgpu/sdma3.0: "

[pull] radeon and amdgpu drm-next-4.10
 2016-11-23 20:40 UTC 

[pull] radeon and amdgpu drm-fixes-4.9
 2016-11-23 20:04 UTC 

[PATCH] drm/radeon: fix power state when port pm is unavailable (v2)
 2016-11-23 18:58 UTC  (3+ messages)

[PATCH 00/76] DAL Patches Nov 21, 2016
 2016-11-23 18:56 UTC  (80+ messages)
  ` [PATCH 01/76] drm/amd/dal: bring all of dc under a single log category table
  ` [PATCH 02/76] drm/amd/dal: clean up asic cap
  ` [PATCH 03/76] drm/amd/dal: Remove unused code in dce112 hwss
  ` [PATCH 04/76] drm/amd/dal: Consolidate link encoder from each dce version
  ` [PATCH 05/76] drm/amd/dal: Remove wireless_data_source
  ` [PATCH 06/76] drm/amd/dal: Move gpio_service out of adapter_service
  ` [PATCH 07/76] drm/amd/dal: Fix warning about comparing different types
  ` [PATCH 08/76] drm/amd/dal: fix dc creation
  ` [PATCH 09/76] drm/amd/dal: add chroma support to program_size_and_rotation
  ` [PATCH 10/76] drm/amd/dal: add meta address to video address struct
  ` [PATCH 11/76] drm/amd/dal: Refactor i2c_hw_engine
  ` [PATCH 12/76] drm/amd/dal: modify DCE HW sequence to be re-usable for next gen HW
  ` [PATCH 13/76] drm/amd/dal: DCC support
  ` [PATCH 14/76] drm/amd/dal: Expose some HWS functions so we can re-use them
  ` [PATCH 15/76] drm/amd/dal: Modify regsiter access to use macro
  ` [PATCH 16/76] drm/amd/dal: refactor bios scratch register access
  ` [PATCH 17/76] drm/amd/dal: Remove adapter service from display clock
  ` [PATCH 18/76] drm/amd/dal: Use future proof reg access for HPD and DDC
  ` [PATCH 19/76] drm/amd/dal: Remove adapter service dependency from dc_link
  ` [PATCH 20/76] drm/amd/dal: rotation and mirror support
  ` [PATCH 21/76] drm/amd/dal: remove unnessary AS dependency
  ` [PATCH 22/76] drm/amd/dal: remove AS dependency from i2c_aux
  ` [PATCH 23/76] drm/amd/dal: remove dal_adapter_service_get_integrated_info
  ` [PATCH 24/76] drm/amd/dal: instantiate i2caux outside of AS
  ` [PATCH 25/76] drm/amd/dal: fix DDC pad mode detection logic
  ` [PATCH 26/76] drm/amd/dal: Fix MST crash by skipping branch connector
  ` [PATCH 27/76] drm/amd/dal: Lower max link cap by reportedLinkCap
  ` [PATCH 28/76] drm/amd/dal: Allow timing with req_bw equal to max_bw
  ` [PATCH 29/76] drm/amd/dal: Perform link training in dp_retrain_link
  ` [PATCH 30/76] drm/amd/dal: Poll AUX_SW_DONE to 0 before AUX_SW_GO
  ` [PATCH 31/76] drm/amd/dal: Fallback LT without retry in verify_link_cap
  ` [PATCH 32/76] drm/amd/dal: Remove adapter service dependency in power_down
  ` [PATCH 33/76] drm/amd/dal: remove supported_stream_engines
  ` [PATCH 34/76] drm/amd/dal: Rotation and mirror support
  ` [PATCH 35/76] drm/amd/dal: Pass in shift and mask for stream encoder
  ` [PATCH 36/76] drm/amd/dal: Fixed wrong return value check condition
  ` [PATCH 37/76] drm/amd/dal: Make set_overscan_blank_color optional
  ` [PATCH 38/76] drm/amd/dal: Hard-coded LB_MEMORY_SIZE
  ` [PATCH 39/76] drm/amd/dal: Rotation and mirror support
  ` [PATCH 40/76] drm/amd/dal: remove unnessary adapter service functions
  ` [PATCH 41/76] drm/amd/dal: remove dal_override_parameters
  ` [PATCH 42/76] drm/amd/dal: remove unnessary adapter service functions
  ` [PATCH 43/76] "
  ` [PATCH 44/76] drm/amd/dal: Fix null pointer missed in earlier refactor
  ` [PATCH 45/76] drm/amd/dal: fix typo disalbe_dfs_bypass
  ` [PATCH 46/76] drm/amd/dal: Remove unused function from dc
  ` [PATCH 47/76] drm/amd/dal: remove dal_adapter_service_should_optimize
  ` [PATCH 48/76] drm/amd/dal: remove dal_adapter_service_get_feature_value
  ` [PATCH 49/76] drm/amd/dal: remove adapter_service from
  ` [PATCH 50/76] drm/amd/dal: remove adapter_service dependency
  ` [PATCH 51/76] drm/amd/dal: remove SKIP_PSR_WAIT_FOR_PLL_LOCK_BIT
  ` [PATCH 52/76] drm/amd/dal: remove adapter_service and asic_capability
  ` [PATCH 53/76] drm/amd/dal: Update stream_encoder programming sequence
  ` [PATCH 54/76] drm/amd/dal: Disable bit depth reduction in set link test pattern
  ` [PATCH 55/76] drm/amd/dal: Handle AUX error during RECIEVE state of transaction
  ` [PATCH 56/76] drm/amd/dal: Remove unnecessary increment in scaler ratio calculation
  ` [PATCH 57/76] drm/amd/dal: Add YCBCR420 to stream encoder
  ` [PATCH 58/76] drm/amd/dal: Add surface log to dc
  ` [PATCH 59/76] drm/amd/dal: add stoney bounding box to bw_calcs
  ` [PATCH 60/76] drm/amd/dal: Implement DCHUB interface
  ` [PATCH 61/76] drm/amd/dal: fix initial bw_calc parameters
  ` [PATCH 62/76] drm/amd/dal: Don't read I2C_DATA register when in write mode
  ` [PATCH 63/76] drm/amd/dal: disable break_to_debugger for bandwidth failures in diags
  ` [PATCH 64/76] drm/amd/dal: PSR second monitor blackout fix
  ` [PATCH 65/76] drm/amd/dal: Fixe linux compile error
  ` [PATCH 66/76] drm/amd/dal: consolidate DCE hw_sequencer
  ` [PATCH 67/76] "
  ` [PATCH 68/76] drm/amd/dal: debug options
  ` [PATCH 69/76] drm/amd/dal: remove dc_clock_gating in gpu
  ` [PATCH 70/76] drm/amd/dal: dce_crtc_switch_to_clk_src
  ` [PATCH 71/76] drm/amd/dal: include dm_services.h in reg_helper.h
  ` [PATCH 72/76] drm/amd/dal: consolidate mem_input
  ` [PATCH 73/76] drm/amd/dal: Add reg check before access
  ` [PATCH 74/76] drm/amd/dal: Fix typo in mem_input
  ` [PATCH 75/76] drm/amd/dal: Make bunch of scaler structs static
  ` [PATCH 76/76] drm/amd/dal: Expose Polaris validate functions

[PATCH 1/2] drm/amdgpu: fix power state when port pm is unavailable
 2016-11-23 17:16 UTC  (6+ messages)
  ` [PATCH 2/2] drm/radeon: "

[PATCH 1/2] drm/amdgpu: drop set_vga_render_state from display funcs
 2016-11-23  7:47 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: drop is_display_hung "

[PATCH 1/4] drm/amdgpu/atpx: check for ATIF dGPU wake for display events support
 2016-11-23  1:17 UTC  (3+ messages)
` [PATCH 3/4] drm/radeon/atpx: "

[PATCH 01/11] drm/amd/dal/dc: remove unused function
 2016-11-22 17:01 UTC  (12+ messages)
  ` [PATCH 02/11] drm/amd/dal/dc: fix warnings in dce_stream_encoder.c
  ` [PATCH 03/11] drm/amd/dal/dc: fix warning in dce_link_encoder.c
  ` [PATCH 04/11] drm/amd/dal/dc: fix bug in dal_display_clock_get_min_clocks_state
  ` [PATCH 05/11] drm/amd/dal/dc: fix warning in dal_display_clock_dce112_construct
  ` [PATCH 06/11] drm/amd/dal/dc: fix warning in dce110_hw_sequencer.c
  ` [PATCH 07/11] drm/amd/dal/dc: fix warning in dce110_resource.c
  ` [PATCH 08/11] drm/amd/dal/dc: fix include order in dce80_resource.c
  ` [PATCH 09/11] drm/amd/dal/dc: handle NULL mem_input in dc_init_dchub
  ` [PATCH 10/11] drm/amd/dal/dc: fix warning in dc_link_dp_set_test_pattern
  ` [PATCH 11/11] drm/amd/dal/dc: fix warning in calculate_bandwidth

[pull] amdgpu drm-fixes-4.9
 2016-11-22 16:54 UTC 

gnome-shell is frozen upon wakeup from DPMS (bisected)
 2016-11-22 15:52 UTC  (10+ messages)

[PATCH] drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to on
 2016-11-22 14:52 UTC  (3+ messages)

[PATCH xf86-video-amdgpu] Don't install Flush/EventCallback for GPU screens
 2016-11-22 14:31 UTC  (2+ messages)

[Patch v2 1/2] drm/amd/powerplay: fix firmware loading failure
 2016-11-22 14:22 UTC  (2+ messages)

[Patch v2 2/2] drm/amdgpu: remove error message when loading driver
 2016-11-22 14:20 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/uvd: consolidate code for fetching addr from ctx
 2016-11-22  8:46 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu/uvd: reduce IB parsing overhead on UVD5+

[PATCH xf86-video-ati] Don't install Flush/EventCallback for GPU screens
 2016-11-21 16:08 UTC  (2+ messages)

[PATCH 1/2] amdgpu: fix firmware loading failure
 2016-11-21 15:56 UTC  (4+ messages)
  ` 答复: "

[PATCH xf86-video-ati] Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
 2016-11-21 15:55 UTC  (2+ messages)

[PATCH xf86-video-ati] Enable glamor by default with >= R600 and Xorg >= 1.18.3
 2016-11-21 14:33 UTC  (2+ messages)

[PATCH 2/2] amdgpu: remove error message when loading driver
 2016-11-21  6:13 UTC 

[PATCH 1/4] drm/amdgpu: fix amdgpu_fill_buffer
 2016-11-17 15:06 UTC  (5+ messages)
  ` [PATCH 2/4] drm/amdgpu: fix error handling in amdgpu_bo_create_restricted
  ` [PATCH 3/4] drm/amdgpu: improve AMDGPU_GEM_CREATE_VRAM_CLEARED handling
  ` [PATCH 4/4] drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs

[PATCH v2] drm/amdgpu: Disable DPM in virtualization
 2016-11-17 14:32 UTC  (3+ messages)

[ANNOUNCE] xf86-video-amdgpu 1.2.0
 2016-11-17 14:18 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox